Uses of Class
software.amazon.awscdk.pipelines.StageDeployment
Packages that use StageDeployment
-
Uses of StageDeployment in software.amazon.awscdk.pipelines
Methods in software.amazon.awscdk.pipelines that return StageDeploymentModifier and TypeMethodDescriptionDeploy a single Stage by itself.PipelineBase.addStage(Stage stage, AddStageOpts options) Deploy a single Stage by itself.Add a Stage to this wave.Wave.addStage(Stage stage, AddStageOpts options) Add a Stage to this wave.static StageDeploymentCreate a newStageDeploymentfrom aStage.static StageDeploymentStageDeployment.fromStage(Stage stage, StageDeploymentProps props) Create a newStageDeploymentfrom aStage.Methods in software.amazon.awscdk.pipelines that return types with arguments of type StageDeployment