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