stepName property

  1. @TagNumber(1)
List<String> stepName

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

@$pb.TagNumber(1)
$core.List<$core.String> get stepName => $_getList(0);