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, |
One answer
Hi, 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
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.