GetBuilds return all possible builds for a config. It also starts all builders. TODO(azr): rename to builder starter ?
(GetBuildsOptions)
| 25 | // builders. |
| 26 | // TODO(azr): rename to builder starter ? |
| 27 | GetBuilds(GetBuildsOptions) ([]*CoreBuild, hcl.Diagnostics) |
| 28 | } |
| 29 | |
| 30 | type Evaluator interface { |
no outgoing calls