public static interface WorkflowRunStatistics.Builder extends SdkPojo, CopyableBuilder<WorkflowRunStatistics.Builder,WorkflowRunStatistics>
| Modifier and Type | Method and Description |
|---|---|
WorkflowRunStatistics.Builder |
erroredActions(Integer erroredActions)
Indicates the count of job runs in the ERROR state in the workflow run.
|
WorkflowRunStatistics.Builder |
failedActions(Integer failedActions)
Total number of Actions that have failed.
|
WorkflowRunStatistics.Builder |
runningActions(Integer runningActions)
Total number Actions in running state.
|
WorkflowRunStatistics.Builder |
stoppedActions(Integer stoppedActions)
Total number of Actions that have stopped.
|
WorkflowRunStatistics.Builder |
succeededActions(Integer succeededActions)
Total number of Actions that have succeeded.
|
WorkflowRunStatistics.Builder |
timeoutActions(Integer timeoutActions)
Total number of Actions that timed out.
|
WorkflowRunStatistics.Builder |
totalActions(Integer totalActions)
Total number of Actions in the workflow run.
|
WorkflowRunStatistics.Builder |
waitingActions(Integer waitingActions)
Indicates the count of job runs in WAITING state in the workflow run.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWorkflowRunStatistics.Builder totalActions(Integer totalActions)
Total number of Actions in the workflow run.
totalActions - Total number of Actions in the workflow run.WorkflowRunStatistics.Builder timeoutActions(Integer timeoutActions)
Total number of Actions that timed out.
timeoutActions - Total number of Actions that timed out.WorkflowRunStatistics.Builder failedActions(Integer failedActions)
Total number of Actions that have failed.
failedActions - Total number of Actions that have failed.WorkflowRunStatistics.Builder stoppedActions(Integer stoppedActions)
Total number of Actions that have stopped.
stoppedActions - Total number of Actions that have stopped.WorkflowRunStatistics.Builder succeededActions(Integer succeededActions)
Total number of Actions that have succeeded.
succeededActions - Total number of Actions that have succeeded.WorkflowRunStatistics.Builder runningActions(Integer runningActions)
Total number Actions in running state.
runningActions - Total number Actions in running state.WorkflowRunStatistics.Builder erroredActions(Integer erroredActions)
Indicates the count of job runs in the ERROR state in the workflow run.
erroredActions - Indicates the count of job runs in the ERROR state in the workflow run.WorkflowRunStatistics.Builder waitingActions(Integer waitingActions)
Indicates the count of job runs in WAITING state in the workflow run.
waitingActions - Indicates the count of job runs in WAITING state in the workflow run.Copyright © 2023. All rights reserved.