waitFor property

  1. @TagNumber(6)
List<String> waitFor

The ID(s) of the step(s) that this build step depends on. This build step will not start until all the build steps in wait_for have completed successfully. If wait_for is empty, this build step will start when all previous build steps in the Build.Steps list have completed successfully.

Implementation

@$pb.TagNumber(6)
$core.List<$core.String> get waitFor => $_getList(5);