AnalysisConfigurationDetails interface
Properties
| additional |
Properties of the pipeline. |
| git |
Reference to a git object, e.g. branch ref. |
| is |
Is this the default branch? |
| phase |
Phase ID of the pipeline. |
| phase |
Phase name. |
| pipeline |
AzureDevOps pipeline id. |
| pipeline |
Name of the pipeline. |
Property Details
additionalProperties
Properties of the pipeline.
additionalProperties: {[key: string]: any}
Property Value
{[key: string]: any}
gitRef
Reference to a git object, e.g. branch ref.
gitRef: string
Property Value
string
isDefaultBranch
Is this the default branch?
isDefaultBranch: boolean
Property Value
boolean
phaseId
Phase ID of the pipeline.
phaseId: string
Property Value
string
phaseName
Phase name.
phaseName: string
Property Value
string
pipelineId
AzureDevOps pipeline id.
pipelineId: number
Property Value
number
pipelineName
Name of the pipeline.
pipelineName: string
Property Value
string