com.polarion.alm.tracker.model.baselinecollection.IBaselineCollectionsManager
METHODS
Modifiers and Type | Name | Description |
---|---|---|
IBaselineCollection | createCollection(String) | Creates a collection. The collection is not saved. Users must call {@link IBaselineCollection#save()} manually. |
IBaselineCollection | getCollection(String,String) | Returns a baseline collection. The object may be unresolvable. |
Back to Index