PipelineExecutionStep class

An execution of a step in a pipeline.

Constructors

PipelineExecutionStep({CacheHitResult? cacheHitResult, DateTime? endTime, String? failureReason, PipelineExecutionStepMetadata? metadata, DateTime? startTime, String? stepName, StepStatus? stepStatus})
PipelineExecutionStep.fromJson(Map<String, dynamic> json)
factory

Properties

cacheHitResult CacheHitResult?
If this pipeline execution step was cached, details on the cache hit.
final
endTime DateTime?
The time that the step stopped executing.
final
failureReason String?
The reason why the step failed execution. This is only returned if the step failed its execution.
final
hashCode int
The hash code for this object.
no setterinherited
metadata PipelineExecutionStepMetadata?
The metadata for the step execution.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime DateTime?
The time that the step started executing.
final
stepName String?
The name of the step that is executed.
final
stepStatus StepStatus?
The status of the step execution.
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