Versions in this module Expand all Collapse all v0 v0.7.5 Dec 10, 2014 Changes in this version + const ArtifactStateMetadata + const ArtifactStateType + const BuildEnvKey + const BuilderId + type Artifact struct + Name string + Type string + Version int + func (*Artifact) BuilderId() string + func (*Artifact) State(name string) interface{} + func (a *Artifact) Destroy() error + func (a *Artifact) Files() []string + func (a *Artifact) Id() string + func (a *Artifact) String() string + type Config struct + Artifact string + Metadata map[string]string + ServerAddr string + Test bool + Token string + Type string + TypeOverride bool + type PostProcessor struct + func (p *PostProcessor) Configure(raws ...interface{}) error + func (p *PostProcessor) PostProcess(ui packer.Ui, artifact packer.Artifact) (packer.Artifact, bool, error)