PipelineContext constructor

PipelineContext({
  1. ActionContext? action,
  2. String? pipelineArn,
  3. String? pipelineExecutionId,
  4. String? pipelineName,
  5. StageContext? stage,
})

Implementation

PipelineContext({
  this.action,
  this.pipelineArn,
  this.pipelineExecutionId,
  this.pipelineName,
  this.stage,
});