BaseDeploymentInput interface
Properties
| condition | Gets or sets the job condition. |
| job |
Gets or sets the job cancel timeout in minutes for deployment which are cancelled by user for this release environment. |
| override |
Gets or sets the override inputs. |
| timeout |
Gets or sets the job execution timeout in minutes for deployment which are queued against this release environment. |
Property Details
condition
Gets or sets the job condition.
condition: string
Property Value
string
jobCancelTimeoutInMinutes
Gets or sets the job cancel timeout in minutes for deployment which are cancelled by user for this release environment.
jobCancelTimeoutInMinutes: number
Property Value
number
overrideInputs
Gets or sets the override inputs.
overrideInputs: {[key: string]: string}
Property Value
{[key: string]: string}
timeoutInMinutes
Gets or sets the job execution timeout in minutes for deployment which are queued against this release environment.
timeoutInMinutes: number
Property Value
number