Package | Description |
---|---|
com.amazonaws.services.codepipeline.model |
Modifier and Type | Method and Description |
---|---|
PipelineContext |
PipelineContext.clone() |
PipelineContext |
ThirdPartyJobData.getPipelineContext()
Represents information about a pipeline to a job worker.
|
PipelineContext |
JobData.getPipelineContext()
Represents information about a pipeline to a job worker.
|
PipelineContext |
PipelineContext.withAction(ActionContext action)
The context of an action to a job worker in the stage of a pipeline.
|
PipelineContext |
PipelineContext.withPipelineArn(String pipelineArn)
The Amazon Resource Name (ARN) of the pipeline.
|
PipelineContext |
PipelineContext.withPipelineExecutionId(String pipelineExecutionId)
The execution ID of the pipeline.
|
PipelineContext |
PipelineContext.withPipelineName(String pipelineName)
The name of the pipeline.
|
PipelineContext |
PipelineContext.withStage(StageContext stage)
The stage of the pipeline.
|
Modifier and Type | Method and Description |
---|---|
void |
ThirdPartyJobData.setPipelineContext(PipelineContext pipelineContext)
Represents information about a pipeline to a job worker.
|
void |
JobData.setPipelineContext(PipelineContext pipelineContext)
Represents information about a pipeline to a job worker.
|
ThirdPartyJobData |
ThirdPartyJobData.withPipelineContext(PipelineContext pipelineContext)
Represents information about a pipeline to a job worker.
|
JobData |
JobData.withPipelineContext(PipelineContext pipelineContext)
Represents information about a pipeline to a job worker.
|
Copyright © 2021. All rights reserved.