static WorkflowRunStatistics.Builder |
WorkflowRunStatistics.builder() |
|
WorkflowRunStatistics.Builder |
WorkflowRunStatistics.Builder.erroredActions(Integer erroredActions) |
Indicates the count of job runs in the ERROR state in the workflow run.
|
WorkflowRunStatistics.Builder |
WorkflowRunStatistics.Builder.failedActions(Integer failedActions) |
Total number of Actions that have failed.
|
WorkflowRunStatistics.Builder |
WorkflowRunStatistics.Builder.runningActions(Integer runningActions) |
Total number Actions in running state.
|
WorkflowRunStatistics.Builder |
WorkflowRunStatistics.Builder.stoppedActions(Integer stoppedActions) |
Total number of Actions that have stopped.
|
WorkflowRunStatistics.Builder |
WorkflowRunStatistics.Builder.succeededActions(Integer succeededActions) |
Total number of Actions that have succeeded.
|
WorkflowRunStatistics.Builder |
WorkflowRunStatistics.Builder.timeoutActions(Integer timeoutActions) |
Total number of Actions that timed out.
|
WorkflowRunStatistics.Builder |
WorkflowRunStatistics.toBuilder() |
|
WorkflowRunStatistics.Builder |
WorkflowRunStatistics.Builder.totalActions(Integer totalActions) |
Total number of Actions in the workflow run.
|
WorkflowRunStatistics.Builder |
WorkflowRunStatistics.Builder.waitingActions(Integer waitingActions) |
Indicates the count of job runs in WAITING state in the workflow run.
|