Uses of Class
com.amazonaws.services.codepipeline.model.StageContext
-
Packages that use StageContext Package Description com.amazonaws.services.codepipeline.model -
-
Uses of StageContext in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return StageContext Modifier and Type Method Description StageContextStageContext. clone()StageContextPipelineContext. getStage()The stage of the pipeline.StageContextStageContext. withName(String name)The name of the stage.Methods in com.amazonaws.services.codepipeline.model with parameters of type StageContext Modifier and Type Method Description voidPipelineContext. setStage(StageContext stage)The stage of the pipeline.PipelineContextPipelineContext. withStage(StageContext stage)The stage of the pipeline.
-