StepStatus class
The execution status details of the cluster step.
Constructors
- StepStatus({FailureDetails? failureDetails, StepState? state, StepStateChangeReason? stateChangeReason, StepTimeline? timeline})
-
StepStatus.fromJson(Map<
String, dynamic> json) -
factory
Properties
- failureDetails → FailureDetails?
-
The details for the step failure including reason, message, and log file
path where the root cause was identified.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state → StepState?
-
The execution state of the cluster step.
final
- stateChangeReason → StepStateChangeReason?
-
The reason for the step execution status change.
final
- timeline → StepTimeline?
-
The timeline of the cluster step status over time.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited