Skip to content

VariableGroupProps

Properties for defining a VariableGroup.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-devops-variablegroup

Initializer

import com.aliyun.ros.cdk.devops.VariableGroupProps;
VariableGroupProps.builder()
    .name(java.lang.String)
    .name(IResolvable)
    .organizationId(java.lang.String)
    .organizationId(IResolvable)
    .variables(IResolvable)
    .variables(java.util.List<IResolvable)
    .variables(VariablesProperty>)
//  .description(java.lang.String)
//  .description(IResolvable)
    .build();

Properties

Name Type Description
name java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property name: The name of variable group.
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.
variables com.aliyun.ros.cdk.core.IResolvable OR java.util.ListVariablesProperty> Property variables: Variables information.
description java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property description: The description of variable group.

nameRequired

public java.lang.Object getName();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property name: The name of variable group.


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.


variablesRequired

public java.lang.Object getVariables();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.ListVariablesProperty>

Property variables: Variables information.


descriptionOptional

public java.lang.Object getDescription();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property description: The description of variable group.