createDeployerApplication
Adds deployer application to the specified release.
Arguments
Argument Name | Type | Description |
---|---|---|
projectName | String | The name for the project that must be unique among all projects. (Required) |
applicationName | String | The name of the application (Required) |
releaseName | String | The name of the release |
afterLastRetry | String | Specify continue or stop pipeline execution after last unsuccessful retry or a task. |
applicationProjectName | String | The name of the project containing specified application. If not specified, it is defaulted to the release project name. |
enforceDependencies | Boolean | Enforce dependencies flag to be used during runProcess for the application |
errorHandling | String | Specifies error handling for the deployer application |
orderIndex | Integer | Specifies the application deployment order (starts from 1). |
processName | String | The name of the application process |
retryApprovers | String array | A list of retry approvers who receive the notification. |
retryCount | String | If the retry is auto, specify the maximum number of times retry should occur. |
retryInterval | String | If the retry is auto, specify the number of seconds to wait until the next retry should occur. |
retryNotificationTemplate | String | Email retry notification template for application. |
retryType | String | Type of rety when process step or task fails. Is one of 'auto' or 'manual' |
smartDeploy | Boolean | Smart deploy flag to be used during runProcess for the application |
snapshotName | String | The name of the snapshot |
stageArtifacts | Boolean | Stage artifacts for the the application process. |
getDeployerApplication
Get the application in the release by name
Arguments
Argument Name | Type | Description |
---|---|---|
projectName | String | The name for the project that must be unique among all projects. (Required) |
applicationName | String | The name of the application (Required) |
releaseName | String | The name of the release |
applicationProjectName | String | The name of the project containing specified application. If not specified, it is defaulted to the release project name. |
getDeployerApplications
modifyDeployerApplication
Modifies deployer application associated with a release.
Arguments
Argument Name | Type | Description |
---|---|---|
projectName | String | The name for the project that must be unique among all projects. (Required) |
applicationName | String | The name of the application (Required) |
releaseName | String | The name of the release |
afterLastRetry | String | Specify continue or stop pipeline execution after last unsuccessful retry or a task. |
applicationProjectName | String | The name of the project containing specified application. If not specified, it is defaulted to the release project name. |
enforceDependencies | Boolean | Enforce dependencies flag to be used during runProcess for the application |
errorHandling | String | Specifies error handling for the deployer application |
orderIndex | Integer | Specifies the application deployment order (starts from 1). |
processName | String | The name of the application process |
retryApprovers | String array | A list of retry approvers who receive the notification. |
retryCount | String | If the retry is auto, specify the maximum number of times retry should occur. |
retryInterval | String | If the retry is auto, specify the number of seconds to wait until the next retry should occur. |
retryNotificationTemplate | String | Email retry notification template for application. |
retryType | String | Type of rety when process step or task fails. Is one of 'auto' or 'manual' |
smartDeploy | Boolean | Smart deploy flag to be used during runProcess for the application |
snapshotName | String | The name of the snapshot |
stageArtifacts | Boolean | Stage artifacts for the the application process. |
removeDeployerApplication
Removes a deployer application
Arguments
Argument Name | Type | Description |
---|---|---|
projectName | String | The name for the project that must be unique among all projects. (Required) |
applicationName | String | The name of the application (Required) |
releaseName | String | The name of the release |
applicationProjectName | String | The name of the project containing specified application. If not specified, it is defaulted to the release project name. |