Find change-sets containing IVersionableHandle
When you select a file in the pending changes view other change-sets which contain the same file are selected as well.
Is there a service to receive these change-sets ?
I tried to debug the code of the pending changes view and found this internal API: com.ibm.team.filesystem.rcp.core.internal.rest.util.SearchChangesUtil.allOccurrences(Object current). It does not seem that this API supports basic elements, such as IVersionableHandle, only more complex objects from the pending changes view.
This functionality is part of a functionality I need:
Given a set of files, get all incoming change-sets that contain these files.
Is there an API which implements this ? By referring to "incoming change-sets" I refer to the change-sets visible to the user in pending changes view.
|
Accepted answer
No, there is no official API that supports this type of integration into the pending changes view.
Gidi Gal selected this answer as the correct answer
|
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.