| Package | Description |
|---|---|
| software.amazon.awscdk.pipelines |
CDK Pipelines
|
| Modifier and Type | Method and Description |
|---|---|
Wave |
PipelineBase.addWave(String id)
Add a Wave to the pipeline, for deploying multiple Stages in parallel.
|
Wave |
PipelineBase.addWave(String id,
WaveOptions options)
Add a Wave to the pipeline, for deploying multiple Stages in parallel.
|
Wave |
Wave.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<Wave> |
PipelineBase.getWaves()
The waves in this pipeline.
|
Copyright © 2022. All rights reserved.