addResourcesToEnvironmentTier
Adds resources to the specified environment tier.
Arguments
Argument Name | Type | Description |
---|---|---|
projectName |
String |
(Required) The name for the project that must be unique among all projects. |
environmentName |
String |
(Required) The name of the environment. |
environmentTierName |
String |
(Required) Name for the environment tier; must be unique among all tiers for the environment. |
resourceNames |
Collection |
List of resources to add to the environment tier. |
resourcePhaseMappings |
Map |
A map of resource and rolling deploy phase. |
createEnvironmentTier
Creates a new environment tier.
Arguments
Argument Name | Type | Description |
---|---|---|
projectName |
String |
(Required) The name for the project that must be unique among all projects. |
environmentName |
String |
(Required) The name of the environment. |
environmentTierName |
String |
(Required) Name for the environment tier; must be unique among all tiers for the environment. |
batchSize |
String |
The size of the batch supported by the environment tier. |
batchSizeType |
BatchSizeType |
The type of batch size supported by the environment tier. |
description |
String |
Comment text describing this object that is not interpreted at all by CloudBees CD/RO. |
resourceNames |
Collection |
List of resources to add to the environment tier. |
resourcePhaseMappings |
Map |
A map of resource and rolling deploy phase. |
resourcePoolNames |
Collection |
List of resource pools to add to the environment tier. |
resourcePoolPhaseMappings |
Map |
A map of resource pool and rolling deploy phase. |
deleteEnvironmentTier
Deletes an environment tier.
Arguments
Argument Name | Type | Description |
---|---|---|
projectName |
String |
(Required) The name for the project that must be unique among all projects. |
environmentName |
String |
(Required) The name of the environment. |
environmentTierName |
String |
(Required) Name for the environment tier; must be unique among all tiers for the environment. |
getEnvironmentTier
Retrieves an environment tier by name.
Arguments
Argument Name | Type | Description |
---|---|---|
projectName |
String |
(Required) The name for the project that must be unique among all projects. |
environmentName |
String |
(Required) The name of the environment. |
environmentTierName |
String |
(Required) Name for the environment tier; must be unique among all tiers for the environment. |
getEnvironmentTiers
modifyEnvironmentTier
Modifies an environment tier.
Arguments
Argument Name | Type | Description |
---|---|---|
projectName |
String |
(Required) The name for the project that must be unique among all projects. |
environmentName |
String |
(Required) The name of the environment. |
environmentTierName |
String |
(Required) Name for the environment tier; must be unique among all tiers for the environment. |
batchSize |
String |
The size of the batch supported by the environment tier. |
batchSizeType |
BatchSizeType |
The type of batch size supported by the environment tier. |
description |
String |
Comment text describing this object that is not interpreted at all by CloudBees CD/RO. |
newName |
String |
The new name for an existing object that is being renamed. |
resourceNames |
Collection |
List of resources to add to the environment tier. |
resourcePhaseMappings |
Map |
A map of resource and rolling deploy phase. |
resourcePoolNames |
Collection |
List of resource pools to add to the environment tier. |
resourcePoolPhaseMappings |
Map |
A map of resource pool and rolling deploy phase. |
removeResourcesFromEnvironmentTier
Removes the given resources from the given environment tier.
Arguments
Argument Name | Type | Description |
---|---|---|
projectName |
String |
(Required) The name for the project that must be unique among all projects. |
environmentName |
String |
(Required) The name of the environment. |
environmentTierName |
String |
(Required) Name for the environment tier; must be unique among all tiers for the environment. |
resourceNames |
Collection |
List of resources to remove from the environment tier. |