MCPcopy
hub / github.com/hashicorp/packer / GetBuilds

Method GetBuilds

packer/run_interfaces.go:27–27  ·  view source on GitHub ↗

GetBuilds return all possible builds for a config. It also starts all builders. TODO(azr): rename to builder starter ?

(GetBuildsOptions)

Source from the content-addressed store, hash-verified

25 // builders.
26 // TODO(azr): rename to builder starter ?
27 GetBuilds(GetBuildsOptions) ([]*CoreBuild, hcl.Diagnostics)
28}
29
30type Evaluator interface {

Callers 4

RunContextMethod · 0.65
RunContextMethod · 0.65
testParseFunction · 0.65

Implementers 2

PackerConfighcl2template/types.packer_config.go
Corepacker/core.go

Calls

no outgoing calls

Tested by 2

testParseFunction · 0.52