Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
WaveProps |
build()
Builds the configured instance.
|
WaveProps.Builder |
post(java.util.List<? extends Step> post)
Sets the value of
WaveProps.getPost() |
WaveProps.Builder |
pre(java.util.List<? extends Step> pre)
Sets the value of
WaveProps.getPre() |
public WaveProps.Builder post(java.util.List<? extends Step> post)
WaveProps.getPost()
post
- Additional steps to run after all of the stages in the wave.this
public WaveProps.Builder pre(java.util.List<? extends Step> pre)
WaveProps.getPre()
pre
- Additional steps to run before any of the stages in the wave.this