共用方式為


AnalysisConfigurationDetails interface

屬性

additionalProperties

管線的屬性。

gitRef

git 對象的參考,例如 branch ref。

isDefaultBranch

這是預設分支嗎?

phaseId

管線的階段標識碼。

phaseName

階段名稱。

pipelineId

AzureDevOps 管線標識符。

pipelineName

管線的名稱。

屬性詳細資料

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