RunSummary interface

Summary of runs for a pipeline instance.

Properties

duration

Total time taken by runs with state completed and NeedInvestigation.

noConfigRunsCount

NoConfig runs count.

runSummaryByOutcome

Runs count by outcome for runs with state completed and NeedInvestigation runs.

runSummaryByState

Runs count by state.

totalRunsCount

Total runs count.

Property Details

duration

Total time taken by runs with state completed and NeedInvestigation.

duration: any

Property Value

any

noConfigRunsCount

NoConfig runs count.

noConfigRunsCount: number

Property Value

number

runSummaryByOutcome

Runs count by outcome for runs with state completed and NeedInvestigation runs.

runSummaryByOutcome: {[key: number]: number}

Property Value

{[key: number]: number}

runSummaryByState

Runs count by state.

runSummaryByState: {[key: number]: number}

Property Value

{[key: number]: number}

totalRunsCount

Total runs count.

totalRunsCount: number

Property Value

number