| Modifier and Type | Method and Description |
|---|---|
Wave |
build() |
static Wave.Builder |
create(String id) |
Wave.Builder |
post(List<? extends Step> post)
Additional steps to run after all of the stages in the wave.
|
Wave.Builder |
pre(List<? extends Step> pre)
Additional steps to run before any of the stages in the wave.
|
@Stability(value=Stable) public static Wave.Builder create(String id)
id - Identifier for this Wave. This parameter is required.Wave.Builder.@Stability(value=Stable) public Wave.Builder post(List<? extends Step> post)
Default: - No additional steps
post - Additional steps to run after all of the stages in the wave. This parameter is required.this@Stability(value=Stable) public Wave.Builder pre(List<? extends Step> pre)
Default: - No additional steps
pre - Additional steps to run before any of the stages in the wave. This parameter is required.thisCopyright © 2022. All rights reserved.