AnalysisConfigurationDetails interface
Propriétés
additional |
Propriétés du pipeline. |
git |
Référence à un objet git, par exemple, branche ref. |
is |
Est-ce la branche par défaut ? |
phase |
ID de phase du pipeline. |
phase |
Nom de la phase. |
pipeline |
ID de pipeline AzureDevOps. |
pipeline |
Nom du pipeline. |
Détails de la propriété
additionalProperties
Propriétés du pipeline.
additionalProperties: {[key: string]: any}
Valeur de propriété
{[key: string]: any}
gitRef
Référence à un objet git, par exemple, branche ref.
gitRef: string
Valeur de propriété
string
isDefaultBranch
Est-ce la branche par défaut ?
isDefaultBranch: boolean
Valeur de propriété
boolean
phaseId
ID de phase du pipeline.
phaseId: string
Valeur de propriété
string
phaseName
Nom de la phase.
phaseName: string
Valeur de propriété
string
pipelineId
ID de pipeline AzureDevOps.
pipelineId: number
Valeur de propriété
number
pipelineName
Nom du pipeline.
pipelineName: string
Valeur de propriété
string