Uses of Class
com.amazonaws.services.codepipeline.model.StageContext
Packages that use StageContext
-
Uses of StageContext in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return StageContextModifier and TypeMethodDescriptionStageContext.clone()PipelineContext.getStage()The stage of the pipeline.The name of the stage.Methods in com.amazonaws.services.codepipeline.model with parameters of type StageContextModifier and TypeMethodDescriptionvoidPipelineContext.setStage(StageContext stage) The stage of the pipeline.PipelineContext.withStage(StageContext stage) The stage of the pipeline.