Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Fetch RTC baseline info having hierarchy information of specific baseline

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

0 votes


Accepted answer

Permanent link

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

0 votes

Comments

Thanks David it works

 

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 1,204
× 169

Question asked: Feb 09 '18, 1:37 a.m.

Question was seen: 2,011 times

Last updated: Jun 01 '18, 3:39 p.m.

Confirmation Cancel Confirm