stages property

List<Stage>? stages
getter/setter pair

Each stage specifies configuration for a Target.

The ordering of this list defines the promotion flow.

Implementation

core.List<Stage>? stages;