ICCBaseline interface
Description
The ICCBaseline interface represents the DevOps Code ClearCase® UCM baseline object.
Inheritance

Read-only properties
- Activities
Gets the activities that are included in this baseline
- Component
Gets the component that contains this baseline
- LabelStatus
Gets the label status for this baseline
- PromotionLevel
Gets the promotion level for this baseline
- Stream
Gets the stream in which the baseline was created
- UsedByStreams
Gets all streams for which this baseline serves as foundation
Examples
Creation
Activities
Gets the activities that are included in this baseline
Category
Read-only property
VB syntax
Property Activities As CCActivities
Component
Gets the component that contains this baseline
Category
Read-only property
VB syntax
Property Component As CCComponent
LabelStatus
Gets the label status for this baseline
Category
Read-only property
VB syntax
Property LabelStatus As CCLabelStatus
Visual C++ syntax
ICCLabelStatusPtr GetLabelStatus();
PromotionLevel
Gets the promotion level for this baseline
Category
Read-only property
VB syntax
Property PromotionLevel As String
Stream
Gets the stream in which the baseline was created
Category
Read-only property
VB syntax
Property Stream As CCStream
UsedByStreams
Gets all streams for which this baseline serves as foundation
Category
Read-only property
VB syntax
Property UsedByStreams As CCStreams