DeploymentInput interface

Extends

Properties

artifactsDownloadInput

Artifacts that downloaded during job execution.

demands

List demands that needs to meet to execute the job.

enableAccessToken

Indicates whether to include access token in deployment job or not.

queueId

Id of the pool on which job get executed.

skipArtifactsDownload

Indicates whether artifacts downloaded while job execution or not.

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

artifactsDownloadInput

Artifacts that downloaded during job execution.

artifactsDownloadInput: ArtifactsDownloadInput

Property Value

demands

List demands that needs to meet to execute the job.

demands: Demand[]

Property Value

Demand[]

enableAccessToken

Indicates whether to include access token in deployment job or not.

enableAccessToken: boolean

Property Value

boolean

queueId

Id of the pool on which job get executed.

queueId: number

Property Value

number

skipArtifactsDownload

Indicates whether artifacts downloaded while job execution or not.

skipArtifactsDownload: boolean

Property Value

boolean

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