Versions in this module Expand all Collapse all v0 v0.2.1 Oct 7, 2014 v0.2.0 Mar 12, 2014 Changes in this version + type Build struct + Cache []string + Deploy *deploy.Deploy + Env []string + Git *git.Git + Hosts []string + Image string + Name string + Notifications *notify.Notification + Publish *publish.Publish + Script []string + Services []string + func ParseBuild(data []byte, params map[string]string) (*Build, error) + func ParseBuildFile(filename string) (*Build, error) + func (b *Build) Write(f *buildfile.Buildfile) + func (b *Build) WriteBuild(f *buildfile.Buildfile) + type Context interface + Author func() string + Branch func() string + Duration func() int64 + Gravatar func() string + Hash func() string + Host func() string + HumanDuration func() string + Message func() string + Name func() string + Owner func() string + Status func() string + type Deployment interface + Write func(f *buildfile.Buildfile) + type Notification interface + Set func(c Context) + type Publish interface + Write func(f *buildfile.Buildfile)