It's all about the answers!

Ask a question

com.ibm.team.scm.common.IChangeSet.isActive()


Baris Erdemir (1812819) | asked May 06 '11, 4:10 a.m.
Hi,
I am developing an operation advisor for work item save action.

Can you please tell me what following method turns?

com.ibm.team.scm.common.IChangeSet.isActive()

In documentation, it only says:
Returns whether this change set is an active change set or not.
Returns:
True if the change set is active otherwise returns false.

The definition in documentation is not clear.

Thank you very much,

One answer



permanent link
John Camelon (1.7k14) | answered May 09 '11, 10:02 a.m.
JAZZ DEVELOPER
Hi,
I am developing an operation advisor for work item save action.

Can you please tell me what following method turns?

com.ibm.team.scm.common.IChangeSet.isActive()

In documentation, it only says:
Returns whether this change set is an active change set or not.
Returns:
True if the change set is active otherwise returns false.

The definition in documentation is not clear.

Thank you very much,


Change sets start off as active in a workspace, and then become completed or closed via closeChangeSets() or deliver(). While the change set is active, it can have new versionabled added to it via additional commits/checkins.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.