Finding whether a file is deleted in a change-set programmatically.
Hi,
I need to find out whether a file was deleted as a change in a change-set. Can I do so using IChange/IChangeSet references ? I tried using following, but it threw IllegalStateException: int mergeKind = change.getMergeKind(versionableHandle); if(mergeKind == IChange.DELETE) { System.out.println("Deleted"); } Thanks, Atul |
Accepted 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.