It's all about the answers!

Ask a question

Comparing snapshot using java api


Desh Sharma (4669) | asked Mar 26 '13, 4:32 p.m.
retagged May 25 '13, 4:18 p.m. by Scott Rich (57136)
I have got the list of Snapshot included in a stream (as well as UUID) and I can run scm command line.
lscm compare  -r RTCSESSION snapshot SNAPSHOHID1 snapshot SNAPSHOHID1
to compare the snapshots.
My question is do we have some way of comparing snapshots  in java api?


One answer



permanent link
Sonia Dimitrov (27159) | answered Mar 27 '13, 9:58 a.m.
JAZZ DEVELOPER
To start take a look at com.ibm.team.scm.client.IWorkspaceManager#compareBaselineSets.  This is documented in our plain java library javadoc:

https://jazz.net/downloads/rational-team-concert/releases/4.0.2/RTC-Client-plainJavaLib-API-javadoc-4.0.2.zip

Your answer


Register or to post 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.