How to tell if a change-set is/not in a workspace history using Java client API
![]()
I'm basically trying to answer the following question:
"Does the following Work Item have all it's linked change-sets in my current workspace (or history)?" Is there an easy way to do this? I know that one can easily check if a Versionable is in a component current configuration, but I want to include my search to the entire component history, and all components in my workspace. I might have a suggestion, and will post it later. Any comments appreciated :). /Morten. |
One answer
![]()
I think you want IWorkspaceManager's locateChangeSets(ILocateChangeSetsSearchCriteria, IProgressMonitor) method.
|