AnalysisConfigurationDetails interface
プロパティ
additional |
パイプラインのプロパティ。 |
git |
git オブジェクトへの参照 (ブランチ参照など)。 |
is |
これは既定のブランチですか? |
phase |
パイプラインのフェーズ ID。 |
phase |
フェーズ名。 |
pipeline |
AzureDevOps パイプライン ID。 |
pipeline |
パイプラインの名前。 |
プロパティの詳細
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