| Package | Description |
|---|---|
| software.amazon.awscdk.pipelines |
CDK Pipelines
|
| Modifier and Type | Method and Description |
|---|---|
CdkStage |
CdkPipeline.addApplicationStage(Stage appStage)
(experimental) Add pipeline stage that will deploy the given application stage.
|
CdkStage |
CdkPipeline.addApplicationStage(Stage appStage,
AddStageOptions options)
(experimental) Add pipeline stage that will deploy the given application stage.
|
CdkStage |
CdkPipeline.addStage(String stageName)
(experimental) Add a new, empty stage to the pipeline.
|
CdkStage |
CdkStage.Builder.build() |
Copyright © 2021. All rights reserved.