static ExecutionResults.Builder |
ExecutionResults.builder() |
|
ExecutionResults.Builder |
ExecutionResults.Builder.onExceptionSteps(Collection<ExecutionStepResult> onExceptionSteps) |
Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
|
ExecutionResults.Builder |
ExecutionResults.Builder.onExceptionSteps(Consumer<ExecutionStepResult.Builder>... onExceptionSteps) |
Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
|
ExecutionResults.Builder |
ExecutionResults.Builder.onExceptionSteps(ExecutionStepResult... onExceptionSteps) |
Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
|
ExecutionResults.Builder |
ExecutionResults.Builder.steps(Collection<ExecutionStepResult> steps) |
Specifies the details for the steps that are in the specified workflow.
|
ExecutionResults.Builder |
ExecutionResults.Builder.steps(Consumer<ExecutionStepResult.Builder>... steps) |
Specifies the details for the steps that are in the specified workflow.
|
ExecutionResults.Builder |
ExecutionResults.Builder.steps(ExecutionStepResult... steps) |
Specifies the details for the steps that are in the specified workflow.
|
ExecutionResults.Builder |
ExecutionResults.toBuilder() |
|