GatesDeploymentInput interface
- Extends
Properties
minimum |
Gates minimum success duration. |
sampling |
Gates sampling interval. |
stabilization |
Gates stabilization time. |
Inherited 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
minimumSuccessDuration
Gates minimum success duration.
minimumSuccessDuration: number
Property Value
number
samplingInterval
Gates sampling interval.
samplingInterval: number
Property Value
number
stabilizationTime
Gates stabilization time.
stabilizationTime: number
Property Value
number
Inherited Property Details
condition
Gets or sets the job condition.
condition: string
Property Value
string
Inherited From BaseDeploymentInput.condition
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
Inherited From BaseDeploymentInput.jobCancelTimeoutInMinutes
overrideInputs
Gets or sets the override inputs.
overrideInputs: {[key: string]: string}
Property Value
{[key: string]: string}
Inherited From BaseDeploymentInput.overrideInputs
timeoutInMinutes
Gets or sets the job execution timeout in minutes for deployment which are queued against this release environment.
timeoutInMinutes: number
Property Value
number
Inherited From BaseDeploymentInput.timeoutInMinutes