com.polarion.alm.tracker.model.baselinecollection.IBaselineCollectionsManager


METHODS
Modifiers and TypeNameDescription
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