PipelineExecution class
Represents information about an execution of a pipeline.
Constructors
-
PipelineExecution({List<
ArtifactRevision> ? artifactRevisions, String? pipelineExecutionId, String? pipelineName, int? pipelineVersion, PipelineExecutionStatus? status}) -
PipelineExecution.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
artifactRevisions
→ List<
ArtifactRevision> ? -
A list of
ArtifactRevision
objects included in a pipeline execution.final - hashCode → int
-
The hash code for this object.
no setterinherited
- pipelineExecutionId → String?
-
The ID of the pipeline execution.
final
- pipelineName → String?
-
The name of the pipeline with the specified pipeline execution.
final
- pipelineVersion → int?
-
The version number of the pipeline with the specified pipeline execution.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → PipelineExecutionStatus?
-
The status of the pipeline 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