| Package | Description |
|---|---|
| software.amazon.awscdk.pipelines |
CDK Pipelines
|
| Modifier and Type | Method and Description |
|---|---|
StageDeployment |
Wave.addStage(Stage stage)
(experimental) Add a Stage to this wave.
|
StageDeployment |
PipelineBase.addStage(Stage stage)
(experimental) Deploy a single Stage by itself.
|
StageDeployment |
Wave.addStage(Stage stage,
AddStageOpts options)
(experimental) Add a Stage to this wave.
|
StageDeployment |
PipelineBase.addStage(Stage stage,
AddStageOpts options)
(experimental) Deploy a single Stage by itself.
|
static StageDeployment |
StageDeployment.fromStage(Stage stage)
(experimental) Create a new `StageDeployment` from a `Stage`.
|
static StageDeployment |
StageDeployment.fromStage(Stage stage,
StageDeploymentProps props)
(experimental) Create a new `StageDeployment` from a `Stage`.
|
| Modifier and Type | Method and Description |
|---|---|
List<StageDeployment> |
Wave.getStages()
(experimental) The stages that are deployed in this wave.
|
Copyright © 2022. All rights reserved.