PipelineExecutionSummary class

Summary information about a pipeline execution.

Constructors

PipelineExecutionSummary({DateTime? lastUpdateTime, String? pipelineExecutionId, List<SourceRevision>? sourceRevisions, DateTime? startTime, PipelineExecutionStatus? status, StopExecutionTrigger? stopTrigger, ExecutionTrigger? trigger})
PipelineExecutionSummary.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
lastUpdateTime DateTime?
The date and time of the last change to the pipeline execution, in timestamp format.
final
pipelineExecutionId String?
The ID of the pipeline execution.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceRevisions List<SourceRevision>?
A list of the source artifact revisions that initiated a pipeline execution.
final
startTime DateTime?
The date and time when the pipeline execution began, in timestamp format.
final
status PipelineExecutionStatus?
The status of the pipeline execution.
final
stopTrigger StopExecutionTrigger?
The interaction that stopped a pipeline execution.
final
trigger ExecutionTrigger?
The interaction or event that started a pipeline execution, such as automated change detection or a StartPipelineExecution API call.
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