AnalysisConfigurationDetails interface
属性
additional |
管道的属性。 |
git |
对 git 对象的引用,例如 branch ref。 |
is |
这是默认分支吗? |
phase |
管道的阶段 ID。 |
phase |
阶段名称。 |
pipeline |
AzureDevOps 管道 ID。 |
pipeline |
管道的名称。 |
属性详细信息
additionalProperties
管道的属性。
additionalProperties: {[key: string]: any}
属性值
{[key: string]: any}
gitRef
对 git 对象的引用,例如 branch ref。
gitRef: string
属性值
string
isDefaultBranch
这是默认分支吗?
isDefaultBranch: boolean
属性值
boolean
phaseId
管道的阶段 ID。
phaseId: string
属性值
string
phaseName
阶段名称。
phaseName: string
属性值
string
pipelineId
AzureDevOps 管道 ID。
pipelineId: number
属性值
number
pipelineName
管道的名称。
pipelineName: string
属性值
string