GatesDeploymentInput interface

Extends

Properties

minimumSuccessDuration

Gates minimum success duration.

samplingInterval

Gates sampling interval.

stabilizationTime

Gates stabilization time.

Inherited Properties

condition

Gets or sets the job condition.

jobCancelTimeoutInMinutes

Gets or sets the job cancel timeout in minutes for deployment which are cancelled by user for this release environment.

overrideInputs

Gets or sets the override inputs.

timeoutInMinutes

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