addResourcesToEnvironmentTier
Adds resources to the specified environment tier.
Required arguments
projectName | Name of the project. This name must be unique among all projects. | String |
environmentName | Name of the environment which must be unique among all environments for the project. | String |
environmentTierName | Name for the environment tier that must be unique among all tiers in the environment. | String |
Optional arguments
resourceNames | List of resources to add to the environment tier. | Collection |
resourcePhaseMappings | A map of resources and rolling deploy phases. | Map |
createEnvironmentTier
Creates a new environment tier.
Required arguments
projectName | Name for the project; must be unique among all projects. | String |
environmentName | Name of the environment which must be unique among all environments for the project; must be unique among all projects. | String |
environmentTierName | Name of the environment tier; must be unique among all tiers for the environment. | String |
Optional arguments
batchSize | The size of the batch supported by the environment tier. | String |
batchSizeType | The type of batch size supported by the environment tier. | BatchSizeType |
description | Comment text describing this object; not interpreted at all by CloudBees Flow. | String |
resourceNames | List of resources to add to the environment tier. | Collection |
resourcePhaseMappings | A map of the resources to the rolling deploy phases to which they are assigned. | Map |
resourcePoolNames | A list of resource pools to add to the environment tier. | Collection |
resourcePoolPhaseMappings | A map of the resource pools to the rolling deploy phases to which they are assigned. | Map |
deleteEnvironmentTier
Deletes an environment tier.
Required arguments
projectName | Name of the project that must be unique among all projects. | String |
environmentName | Name of the environment that must be unique among all environments for the project. The name must be unique among all projects. | String |
environmentTierName | Name of the environment tier that must be unique among all tiers for the environment. | String |
getEnvironmentTier
Retrieves an environment tier by name.
Required arguments
projectName | Name of the project that must be unique among all projects. | String |
environmentName | Name of the environment that must be unique among all environments for the project. It must be unique among all projects. | String |
environmentTierName | Name of the environment tier that must be unique among all tiers for the environment. | String |
getEnvironmentTiers
Retrieves all environment tiers in an environment.
Required arguments
projectName | Name of the project that must be unique among all projects. | String |
environmentName | Name of the environment that must be unique among all environments for the project. It must be unique among all projects. | String |
modifyEnvironmentTier
Modifies an environment tier.
Required arguments
projectName | Name of the project that must be unique among all projects. | String |
environmentName | Name of the environment that must be unique among all environments for the project. | String |
environmentTierName | Name of the environment tier that must be unique among all tiers for the environment. | String |
Optional arguments
batchSize | The size of the batch supported by the environment tier. | String |
batchSizeType | The type of batch size supported by the environment tier. | BatchSizeType |
description | Comment text describing this object; not interpreted at all by CloudBees Flow. | String |
newName | New name for an existing environment tier. | String |
resourceNames | List of resources to add to the environment tier. | Collection |
resourcePhaseMappings | A map of the resources to the rolling deploy phases to which they are assigned. | Map |
resourcePoolNames | A list of resource pools to add to the environment tier. | Collection |
resourcePoolPhaseMappings | A map of the resource pools to the rolling deploy phases to which they are assigned. | Map |
removeResourcesFromEnvironmentTier
Removes the given resources from the given environment tier.
Required arguments
projectName | Name of the project. This name must be unique among all projects. Argument Type: String | String |
environmentName | The name of the environment. | String |
environmentTierName | Name for the environment tier that must be unique among all tiers for the environment. | String |