How to retrieve the snapshot names available under stream using java API ???
|
Accepted answer
Get the baseline sets from the IWorkspaceConnection. Then resolve the IBaselineSetHandles and you can get the names.
vinitha dsouza selected this answer as the correct answer
Comments
vinitha dsouza
commented Jul 24 '14, 1:17 a.m.
Can you provide me the code snippet for the same??
List<IBaselineSetHandle> snapshots = IWorkspaceConnection#getBaselineSets(monitor);
vinitha dsouza
commented Aug 22 '14, 7:57 a.m.
Hello Tim
|
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.
Comments
Which version are you using?
I am using RTC eclipse client 3.8 version