PipelineRelationsProps
Properties for defining a PipelineRelations.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-devops-pipelinerelations
Initializer
import com.aliyun.ros.cdk.devops.PipelineRelationsProps;
PipelineRelationsProps.builder()
.organizationId(java.lang.String)
.organizationId(IResolvable)
.pipelineId(java.lang.Number)
.pipelineId(IResolvable)
.relObjectIds(IResolvable)
.relObjectIds(java.util.List<java.lang.Number)
.relObjectIds(IResolvable>)
.relObjectType(java.lang.String)
.relObjectType(IResolvable)
.build();
Properties
| Name | Type | Description |
|---|---|---|
organizationId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property organizationId: Corporate identity, also known as enterprise id, can obtain in cloud effect access links. |
pipelineId |
java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable |
Property pipelineId: The pipeline ID, which can be obtained from the pipeline link. |
relObjectIds |
com.aliyun.ros.cdk.core.IResolvable OR java.util.List |
Property relObjectIds: Ids of the associated resource. |
relObjectType |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property relObjectType: Associated resource type. |
organizationIdRequired
public java.lang.Object getOrganizationId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property organizationId: Corporate identity, also known as enterprise id, can obtain in cloud effect access links.
pipelineIdRequired
public java.lang.Object getPipelineId();
- Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable
Property pipelineId: The pipeline ID, which can be obtained from the pipeline link.
relObjectIdsRequired
public java.lang.Object getRelObjectIds();
- Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List
Property relObjectIds: Ids of the associated resource.
For now, only variable group ids are supported.
relObjectTypeRequired
public java.lang.Object getRelObjectType();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property relObjectType: Associated resource type.
Valid values:
- VARIABLE_GROUP
- OOS_APP_ID For now, only VARIABLE GROUP is supported.