次の方法で共有


AnalysisConfigurationDetails interface

プロパティ

additionalProperties

パイプラインのプロパティ。

gitRef

git オブジェクトへの参照 (ブランチ参照など)。

isDefaultBranch

これは既定のブランチですか?

phaseId

パイプラインのフェーズ ID。

phaseName

フェーズ名。

pipelineId

AzureDevOps パイプライン ID。

pipelineName

パイプラインの名前。

プロパティの詳細

additionalProperties

パイプラインのプロパティ。

additionalProperties: {[key: string]: any}

プロパティ値

{[key: string]: any}

gitRef

git オブジェクトへの参照 (ブランチ参照など)。

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