static StepStatus.Builder |
StepStatus.builder() |
|
default StepStatus.Builder |
StepStatus.Builder.failureDetails(Consumer<FailureDetails.Builder> failureDetails) |
The details for the step failure including reason, message, and log file path where the root cause was
identified.
|
StepStatus.Builder |
StepStatus.Builder.failureDetails(FailureDetails failureDetails) |
The details for the step failure including reason, message, and log file path where the root cause was
identified.
|
StepStatus.Builder |
StepStatus.Builder.state(String state) |
The execution state of the cluster step.
|
StepStatus.Builder |
StepStatus.Builder.state(StepState state) |
The execution state of the cluster step.
|
default StepStatus.Builder |
StepStatus.Builder.stateChangeReason(Consumer<StepStateChangeReason.Builder> stateChangeReason) |
The reason for the step execution status change.
|
StepStatus.Builder |
StepStatus.Builder.stateChangeReason(StepStateChangeReason stateChangeReason) |
The reason for the step execution status change.
|
default StepStatus.Builder |
StepStatus.Builder.timeline(Consumer<StepTimeline.Builder> timeline) |
The timeline of the cluster step status over time.
|
StepStatus.Builder |
StepStatus.Builder.timeline(StepTimeline timeline) |
The timeline of the cluster step status over time.
|
StepStatus.Builder |
StepStatus.toBuilder() |
|