createEnvironment
Create a new environment.
Arguments
Argument Name | Type | Description |
---|---|---|
projectName |
String |
The name for the project that must be unique among all projects. (Required) |
environmentName |
String |
The name of the environment. (Required) |
applicationName |
String |
Create environment from the specified application. |
applicationProjectName |
String |
The application’s project name. |
description |
String |
Comment text describing this object that is not interpreted at all by CloudBees Flow. |
environmentEnabled |
Boolean |
True to enable the environment. |
reservationRequired |
Boolean |
True to allow run using reservation only |
rollingDeployEnabled |
Boolean |
True to enable support for rolling deploy on this environment. |
rollingDeployType |
String |
The type of rolling deploy type supported by the environment. |
serviceName |
String |
Create environment from the specified service. |
serviceProjectName |
String |
The service’s project name. |
deleteEnvironment
deleteRollingDeployPhase
Deletes a rolling deploy phase associated with an environment
getEnvironment
getEnvironmentDeployments
getEnvironments
getProvisionedEnvironments
modifyEnvironment
Modify an environment.
Arguments
Argument Name | Type | Description |
---|---|---|
projectName |
String |
The name for the project that must be unique among all projects. (Required) |
environmentName |
String |
The name of the environment. (Required) |
description |
String |
Comment text describing this object that is not interpreted at all by CloudBees Flow. |
environmentEnabled |
Boolean |
True to enable the environment. |
newName |
String |
New name for an existing object that is being renamed. |
reservationRequired |
Boolean |
True to allow run using reservation only |
rollingDeployEnabled |
Boolean |
True to enable support for rolling deploy on this environment. |
rollingDeployType |
String |
The type of rolling deploy type supported by the environment. |