Versions in this module Expand all Collapse all v0 v0.12.0 Nov 15, 2016 v0.11.0 Oct 21, 2016 Changes in this version + const BuilderId + type Artifact struct + func NewArtifact(files []string) *Artifact + func (a *Artifact) BuilderId() string + func (a *Artifact) Destroy() error + func (a *Artifact) Files() []string + func (a *Artifact) Id() string + func (a *Artifact) State(name string) interface{} + func (a *Artifact) String() string + type Config struct + ChecksumTypes []string + Keep bool + OutputPath string + type PostProcessor struct + func (p *PostProcessor) Configure(raws ...interface{}) error + func (p *PostProcessor) PostProcess(ui packer.Ui, artifact packer.Artifact) (packer.Artifact, bool, error)