It's all about the answers!

Ask a question

List snapshot components


Marco Lecora (136) | asked Aug 06 '19, 11:07 a.m.
 Hi everyone,

Is there a way using the Java API to list all the components associated to a snapshot?

Thank you in advance for your support.

Regards
Marco

One answer



permanent link
Ralph Schoon (63.1k33646) | answered Aug 08 '19, 3:28 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

 Yes. 


Get the baselines com.ibm.team.scm.common.IBaselineSet.getBaselines() 
Iterate the baselines, for each baseline,
get the component. com.ibm.team.scm.common.IBaseline.getComponent()

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.