The ICCProject interface represents the Rational® ClearCase® UCM project object.
Gets the name of the Rational ClearQuest® user database that is linked to this CRM-enabled project
Gets whether or not there are any streams associated with this project
Gets whether or not the project is "CRM enabled"; in other words, is linked to a Rational ClearQuest user database
Gets the set of components that can be modified by this project
Gets the policy settings that are associated with this project
Gets the minimum promotion level that a baseline must have in order to be a recommended baseline in a rebase operation
Gets the connection name (dbset) from the UCM project record
Writes the specified collection of policies to the project VOB
Gets the name of the Rational ClearQuest user database that is linked to this CRM-enabled project
Read-only property
Property ClearQuestDatatbaseName As String
_bstr_t ClearQuestDatabaseName();
Gets the development streams of this project
Read-only property
Property DevelopmentStreams([ Owner As String = "" ]) As CCStreams
ICCStreamsPtr GetDevelopmentStreams(_bstr_t Owner);
Member of: ICCProject interface
Gets the connection name (dbset) from the UCM project record
Method
Function get_ClearQuestConnectionName As String
_bstr_t get_ClearQuestConnectionName();
Reads the specified collection of policies on the project
Read-only property
Member of: ICCProject interface
Reads the value of the specified policy
Read-only property
Member of: ICCProject interface
Gets whether or not there are any streams associated with this project
Read-only property
Property HasStreams As Boolean
Gets the integration stream of this project
Read-only property
Property IntegrationStream As CCStream
Gets whether or not the project is "CRM enabled"; in other words, is linked to a Rational ClearQuest user database
Read-only property
PropertyIsCRMEnabled As Boolean
VARIANT_BOOL GetIsCRMEnabled();
Gets the project model.
If the project is a single-stream project, it returns SIMPLE; if the project is multiple-stream, it returns DEFAULT.
Read-only property
Property Model As String
Gets the set of components that can be modified by this project
Read-only property
Property ModifiableComponents As CCComponents
Gets the folder that contains this project
Read-only property
Property ParentFolder As CCFolder
Gets the policy settings that are associated with this project
Read-only property
Property Policy As CCProjectPolicy
Writes the specified collection of policies to the project VOB
Method
Sub put_UCMPolicies(ICCPolicies policies)
Member of: ICCProject interface
Writes the specified policy value to the project VOB
Method
Sub put_UCMPolicy(ICCPolicy policy)
Member of: ICCProject interface
Gets the project's list of recommended baselines
Read-only property
Property RecommendedBaselines As CCBaselines
Gets the minimum promotion level that a baseline must have in order to be a recommended baseline in a rebase operation
Read-only property
Property RequiredPromotionLevel As String
Gets the streams of this project
Read-only property
PropertyStreams([ Owner As String = "" ]) As CCStreams
ICCStreamsPtr GetStreams( _bstr_t Owner);
Member of: ICCProject interface