PipelineContext class

Represents information about a pipeline to a job worker.

Constructors

PipelineContext({ActionContext? action, String? pipelineArn, String? pipelineExecutionId, String? pipelineName, StageContext? stage})
PipelineContext.fromJson(Map<String, dynamic> json)
factory

Properties

action ActionContext?
The context of an action to a job worker in the stage of a pipeline.
final
hashCode int
The hash code for this object.
no setterinherited
pipelineArn String?
The Amazon Resource Name (ARN) of the pipeline.
final
pipelineExecutionId String?
The execution ID of the pipeline.
final
pipelineName String?
The name of the pipeline. This is a user-specified value. Pipeline names must be unique across all pipeline names under an Amazon Web Services account.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stage StageContext?
The stage of the pipeline.
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