How to find a baselines of component belonging one specific stream?
I was able fetch component handles inside the specific stream. I know baseline name , I want to find whether that baseline belongs to this stream or not.
Please mention RTC Plain java API to do it programmatically.
Or consider scenarios where for a particular component inside a stream ,I have created many baselines for component in same stream , so now I want to fetch all baselines created inside this stream for that component.
|
One answer
Take a look at IWorkspaceManager#findBaselines - you can use it to get a list of baselines in the context of a component. Just create and set the IBaselineSearchCriteria object with the appropriate information first.
Comments
vijayakumar ramesh
commented Sep 15 '15, 6:03 a.m.
@DJ Houghton
@DJ Houghton, @ey Clemm
|
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.
Comments
Note that the baselines that will be returned will be both the baselines that have been created in the stream, as well as the the baselines that have been delivered to that stream.