AnalysisConfigurationDetails interface

属性

additionalProperties

管道的属性。

gitRef

对 git 对象的引用,例如 branch ref。

isDefaultBranch

这是默认分支吗?

phaseId

管道的阶段 ID。

phaseName

阶段名称。

pipelineId

AzureDevOps 管道 ID。

pipelineName

管道的名称。

属性详细信息

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