List snapshot components
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
Ralph Schoon (63.5k●3●36●46)
| 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
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.