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 StageContext
StageContext. clone()
StageContext
PipelineContext. getStage()
The stage of the pipeline.StageContext
StageContext. 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 void
PipelineContext. setStage(StageContext stage)
The stage of the pipeline.PipelineContext
PipelineContext. withStage(StageContext stage)
The stage of the pipeline.
-