| Package | Description |
|---|---|
| software.amazon.awscdk.pipelines |
CDK Pipelines
|
| Modifier and Type | Method and Description |
|---|---|
static Wave.Builder |
Wave.Builder.create(String id) |
Wave.Builder |
Wave.Builder.post(List<? extends Step> post)
Additional steps to run after all of the stages in the wave.
|
Wave.Builder |
Wave.Builder.pre(List<? extends Step> pre)
Additional steps to run before any of the stages in the wave.
|
Copyright © 2022. All rights reserved.