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

Get the baseline hierarchy of the specific baseline using Java RTC client API

 How to get the baseline hierarchy of the specific baseline using Java RTC client API's?

0 votes



One answer

Permanent link
See:
ITeamRepository repo = ...
IBaselineHandle baselineHandle = ...
IWorkspaceManager wm = SCMPlatform.getWorkspaceManager(repo);
IBaselineConnection bc = wm.getBaselineConnection(wm);
IBaselineHierarchyResult hierarchy = bc.getBaselineHierarchy();

0 votes

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
× 411
× 169

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

Question was seen: 1,989 times

Last updated: Jun 19 '19, 4:05 p.m.

Confirmation Cancel Confirm