Package | Description |
---|---|
com.amazonaws.services.codepipeline.model | |
com.amazonaws.services.codepipeline.model.transform |
Modifier and Type | Field and Description |
---|---|
private PipelineContext |
ThirdPartyJobData.pipelineContext |
private PipelineContext |
JobData.pipelineContext |
Modifier and Type | Method and Description |
---|---|
PipelineContext |
PipelineContext.clone() |
PipelineContext |
ThirdPartyJobData.getPipelineContext() |
PipelineContext |
JobData.getPipelineContext() |
PipelineContext |
PipelineContext.withAction(ActionContext action) |
PipelineContext |
PipelineContext.withPipelineName(java.lang.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) |
void |
JobData.setPipelineContext(PipelineContext pipelineContext) |
ThirdPartyJobData |
ThirdPartyJobData.withPipelineContext(PipelineContext pipelineContext) |
JobData |
JobData.withPipelineContext(PipelineContext pipelineContext) |
Modifier and Type | Method and Description |
---|---|
PipelineContext |
PipelineContextJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
PipelineContextJsonMarshaller.marshall(PipelineContext pipelineContext,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|