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