Readonly
idIdentifier for this Wave
Readonly
postAdditional steps that are run after all of the stages in the wave
Readonly
preAdditional steps that are run before any of the stages in the wave
Readonly
stagesThe stages that are deployed in this wave
Add an additional step to run after all of the stages in this wave
Rest
...steps: Step[]Add an additional step to run before any of the stages in this wave
Rest
...steps: Step[]Add a Stage to this wave
It will be deployed in parallel with all other stages in this wave.
Optional
options: AddStageOpts
Multiple stages that are deployed in parallel