AnalysisConfigurationDetails interface
屬性
additional |
管線的屬性。 |
git |
git 對象的參考,例如 branch ref。 |
is |
這是預設分支嗎? |
phase |
管線的階段標識碼。 |
phase |
階段名稱。 |
pipeline |
AzureDevOps 管線標識符。 |
pipeline |
管線的名稱。 |
屬性詳細資料
additionalProperties
管線的屬性。
additionalProperties: {[key: string]: any}
屬性值
{[key: string]: any}
gitRef
git 對象的參考,例如 branch ref。
gitRef: string
屬性值
string
isDefaultBranch
這是預設分支嗎?
isDefaultBranch: boolean
屬性值
boolean
phaseId
管線的階段標識碼。
phaseId: string
屬性值
string
phaseName
階段名稱。
phaseName: string
屬性值
string
pipelineId
AzureDevOps 管線標識符。
pipelineId: number
屬性值
number
pipelineName
管線的名稱。
pipelineName: string
屬性值
string