BuildProperties interface
建置資源屬性承載
屬性
| agent |
代理程式集區的資源標識碼 |
| builder | 建置原始碼的產生器資源標識碼 |
| env | 此組建的環境變數 |
| provisioning |
KPack 建置結果的布建狀態注意:此屬性將不會串行化。 它只能由伺服器填入。 |
| relative |
原始碼的相對路徑 |
| resource |
此組建的自定義組建資源 |
| triggered |
此組建所觸發的組建結果注意:此屬性將不會串行化。 它只能由伺服器填入。 |
屬性詳細資料
agentPool
代理程式集區的資源標識碼
agentPool?: string
屬性值
string
builder
建置原始碼的產生器資源標識碼
builder?: string
屬性值
string
env
此組建的環境變數
env?: {[propertyName: string]: string}
屬性值
{[propertyName: string]: string}
provisioningState
KPack 建置結果的布建狀態注意:此屬性將不會串行化。 它只能由伺服器填入。
provisioningState?: string
屬性值
string
relativePath
原始碼的相對路徑
relativePath?: string
屬性值
string
resourceRequests
triggeredBuildResult
此組建所觸發的組建結果注意:此屬性將不會串行化。 它只能由伺服器填入。
triggeredBuildResult?: TriggeredBuildResult