ICCBaseline interface

Description

The ICCBaseline interface represents the Rational® ClearCase® UCM baseline object.

Inheritance

ICCBaseline inherits from ICCUCMObject, which inherits from ICCVOBObject,
which inherits from IDispatch. ICCVOBObject interface ICCUCMObject interface

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

Visual C++ syntax

ICCActivitiesPtr GetActivities();

Member of: ICCBaseline interface

Component

Gets the component that contains this baseline

Category

Read-only property

VB syntax

Property Component As CCComponent

Visual C++ syntax

ICCComponentPtr GetComponent();

Member of: ICCBaseline interface

LabelStatus

Gets the label status for this baseline

Category

Read-only property

VB syntax

Property LabelStatus As CCLabelStatus

Visual C++ syntax

ICCLabelStatusPtr GetLabelStatus();

Return value

A CCLabelStatus value

Member of: ICCBaseline interface

PromotionLevel

Gets the promotion level for this baseline

Category

Read-only property

VB syntax

Property PromotionLevel As String

Visual C++ syntax

_bstr_t GetPromotionLevel();

Member of: ICCBaseline interface

Stream

Gets the stream in which the baseline was created

Category

Read-only property

VB syntax

Property Stream As CCStream

Visual C++ syntax

ICCStreamPtr GetStream();

Member of: ICCBaseline interface

UsedByStreams

Gets all streams for which this baseline serves as foundation

Category

Read-only property

VB syntax

Property UsedByStreams As CCStreams

Visual C++ syntax

ICCStreamsPtr GetUsedByStreams();

Member of: ICCBaseline interface


Feedback