It's all about the answers!

Ask a question

Fetch RTC baseline info having hierarchy information of specific baseline


Manu K R (134) | asked Feb 09 '18, 1:37 a.m.
edited Jun 01 '18, 3:39 p.m. by David Lafreniere (4.8k7)

 How to fetch baseline information containing the hierarchy information of specific baseline using RTC Client API?

Accepted answer


permanent link
David Lafreniere (4.8k7) | answered Feb 09 '18, 3:37 p.m.
FORUM MODERATOR / JAZZ DEVELOPER

Use the following:

IWorkspaceManager wm = SCMPlatform.getWorkspaceManager(repo);
IBaselineConnection bc = wm.getBasellineConnection(baselineHandle, monitor);
IBaselineHierarchyResult hierarchy = bc.getBaselineHierarchy(monitor);

Manu K R selected this answer as the correct answer

Comments
Manu K R commented Apr 02 '18, 7:43 a.m.

Thanks David it works

 

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.