interface AnalysisConfigurationDetails {
    gitRef?: string;
    isDefaultBranch?: boolean;
    phaseId?: string;
    phaseName?: string;
    pipelineId?: number;
    pipelineName?: string;
}

Properties

gitRef?: string

Reference to a git object, e.g. branch ref.

isDefaultBranch?: boolean

Is this the default branch?

phaseId?: string

Phase ID of the pipeline.

phaseName?: string

Phase name.

pipelineId?: number

AzureDevOps pipeline id.

pipelineName?: string

Name of the pipeline.