How to get Baseline base via API?
Hi there,
Given the following history of a RTC Component:
Initial Baseline of Component 1
Changeset 1 - some changes to component configuration
Baseline 1 of Component 1
Changeset 2 - other changes to compoment configuration
Baseline 2 of Component 1
Getting the (actual) configuration from a Stream containing Baseline2 of Comopnent 1 I can programatically fetch via the following statement: Collection<? extends ICurrentComponentInfo> componentsInfo = streamConn.getComponentsInfo().
What I could not find is the API calls which tells me that Baseline2 contains Baseline1 (+changeset), which contains the Initial Baseline.
Thank you in advance.