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
https://jazz.net/forum/questions/112453/how-to-get-conflict-report-api
Comments
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Jan 05 '17, 3:04 a.m.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
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Jan 05 '17, 5:01 a.m.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/
Anh Tu Le
Jan 11 '17, 8:59 p.m.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.