共用方式為


DeploymentInput interface

Extends

屬性

artifactsDownloadInput

作業執行期間下載的成品。

demands

列出需要符合才能執行作業的要求。

enableAccessToken

指出是否要在部署作業中包含存取令牌。

queueId

執行作業的集區標識碼。

skipArtifactsDownload

指出作業執行時是否下載成品。

繼承的屬性

condition

取得或設定作業條件。

jobCancelTimeoutInMinutes

取得或設定作業取消逾時,以分鐘為單位,供使用者針對此發行環境取消。

overrideInputs

取得或設定覆寫輸入。

timeoutInMinutes

取得或設定針對此發行環境排入佇列的部署,以分鐘為單位的作業執行逾時。

屬性詳細資料

artifactsDownloadInput

作業執行期間下載的成品。

artifactsDownloadInput: ArtifactsDownloadInput

屬性值

demands

列出需要符合才能執行作業的要求。

demands: Demand[]

屬性值

Demand[]

enableAccessToken

指出是否要在部署作業中包含存取令牌。

enableAccessToken: boolean

屬性值

boolean

queueId

執行作業的集區標識碼。

queueId: number

屬性值

number

skipArtifactsDownload

指出作業執行時是否下載成品。

skipArtifactsDownload: boolean

屬性值

boolean

繼承的屬性詳細資料

condition

取得或設定作業條件。

condition: string

屬性值

string

繼承自BaseDeploymentInput.condition

jobCancelTimeoutInMinutes

取得或設定作業取消逾時,以分鐘為單位,供使用者針對此發行環境取消。

jobCancelTimeoutInMinutes: number

屬性值

number

繼承自baseDeploymentInput.jobCancelTimeoutInMinutes

overrideInputs

取得或設定覆寫輸入。

overrideInputs: {[key: string]: string}

屬性值

{[key: string]: string}

繼承自baseDeploymentInput.overrideInputs

timeoutInMinutes

取得或設定針對此發行環境排入佇列的部署,以分鐘為單位的作業執行逾時。

timeoutInMinutes: number

屬性值

number

繼承自BaseDeploymentInput.timeoutInMinutes