RunSummary interface
Summary of runs for a pipeline instance.
Properties
duration | Total time taken by runs with state completed and NeedInvestigation. |
no |
NoConfig runs count. |
run |
Runs count by outcome for runs with state completed and NeedInvestigation runs. |
run |
Runs count by state. |
total |
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