PipelineTaskDetail_State class final
Specifies state of TaskExecution
- Inheritance
-
- Object
- ProtoEnum
- PipelineTaskDetail_State
Constructors
- PipelineTaskDetail_State(String value)
-
const
- PipelineTaskDetail_State.fromJson(Object? json)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isNotDefault → bool
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → String
-
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- $default → const PipelineTaskDetail_State
- The default value for PipelineTaskDetail_State.
- cancelled → const PipelineTaskDetail_State
- Specifies task was cancelled.
- cancelling → const PipelineTaskDetail_State
- Specifies task is being cancelled.
- cancelPending → const PipelineTaskDetail_State
- Specifies Task cancel is in pending state.
- failed → const PipelineTaskDetail_State
- Specifies task failed.
- notTriggered → const PipelineTaskDetail_State
-
Specifies that the task was not triggered because the task's trigger
policy is not satisfied. The trigger policy is specified in the
conditionfield ofPipelineJob.pipeline_spec. - pending → const PipelineTaskDetail_State
- Specifies pending state for the task.
- running → const PipelineTaskDetail_State
- Specifies task is being executed.
- skipped → const PipelineTaskDetail_State
- Specifies task was skipped due to cache hit.
- stateUnspecified → const PipelineTaskDetail_State
- Unspecified.
- succeeded → const PipelineTaskDetail_State
- Specifies task completed successfully.