runsBefore property

Set<String> get runsBefore

A set of builder keys that this builder should run before.

This is used to define the phases of the build process. Builders in a later phase will not start until all builders that should run before them have completed.

Implementation

Set<String> get runsBefore;