stepName property

List<String>? stepName
getter/setter pair

The steps associated with the execution stage.

Note that stages may have several steps, and that a given step might be run by more than one stage.

Implementation

core.List<core.String>? stepName;