PipelineContext constructor
PipelineContext({
- ActionContext? action,
- String? pipelineArn,
- String? pipelineExecutionId,
- String? pipelineName,
- StageContext? stage,
Implementation
PipelineContext({
this.action,
this.pipelineArn,
this.pipelineExecutionId,
this.pipelineName,
this.stage,
});