How do I get list of all unresolved conflicts in a workspace using Java API?
I managed to get a IComponentHandle corresponding to the workspace. But how can I list all the unresolved conflicts in the workspace? I have read the following question but I don't want to resolve any conflicts to get its name. And I have no clue about using configuration to get file paths as well.
https://jazz.net/forum/questions/112453/how-to-get-conflict-report-api |
Be the first one to answer this question!
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.
Comments
The question is what you want to achive. Consider How should I ask a question in the Forum if I want to receive useful answers? and provide more details
Some example code for the SCM client API can be found in these posts: https://rsjazz.wordpress.com/2013/09/30/delivering-change-sets-and-baselines-to-a-stream-using-the-plain-java-client-libraries/
I have a workspace which accepts code from a stream. It currently has some conflicted files, and I want to get names and paths of them using Java API.