com.ibm.team.scm.common.IChangeSet.isActive()
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,
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
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.