Package | Description |
---|---|
com.amazonaws.services.codepipeline.model | |
com.amazonaws.services.codepipeline.model.transform |
Modifier and Type | Field and Description |
---|---|
private StageContext |
PipelineContext.stage
The stage of the pipeline.
|
Modifier and Type | Method and Description |
---|---|
StageContext |
StageContext.clone() |
StageContext |
PipelineContext.getStage()
The stage of the pipeline.
|
StageContext |
StageContext.withName(java.lang.String name)
The name of the stage.
|
Modifier and Type | Method and Description |
---|---|
void |
PipelineContext.setStage(StageContext stage)
The stage of the pipeline.
|
PipelineContext |
PipelineContext.withStage(StageContext stage)
The stage of the pipeline.
|
Modifier and Type | Method and Description |
---|---|
StageContext |
StageContextJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
StageContextJsonMarshaller.marshall(StageContext stageContext,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|