DeploymentInput interface
- Extends
Properties
artifacts |
Artifacts that downloaded during job execution. |
demands | List demands that needs to meet to execute the job. |
enable |
Indicates whether to include access token in deployment job or not. |
queue |
Id of the pool on which job get executed. |
skip |
Indicates whether artifacts downloaded while job execution or not. |
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
artifactsDownloadInput
Artifacts that downloaded during job execution.
artifactsDownloadInput: ArtifactsDownloadInput
Property Value
demands
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