Versions in this module Expand all Collapse all v0 v0.3.1 Oct 26, 2015 v0.3.0 Sep 17, 2015 Changes in this version + type Azure struct + Condition *condition.Condition + Source string + StorageAccessKey string + StorageAccount string + StorageContainer string + Target string + func (a *Azure) GetCondition() *condition.Condition + func (a *Azure) Write(f *buildfile.Buildfile) + type Docker struct + Condition *condition.Condition + DockerHost string + DockerVersion string + Dockerfile string + Email string + ForceTags bool + ImageName string + KeepBuild bool + Password string + RegistryLogin bool + RegistryLoginUrl string + Tag string + Tags []string + Username string + func (d *Docker) GetCondition() *condition.Condition + func (d *Docker) Write(f *buildfile.Buildfile) + type Dropbox struct + AccessToken string + Condition *condition.Condition + Source string + Target string + func (d *Dropbox) GetCondition() *condition.Condition + func (d *Dropbox) Write(f *buildfile.Buildfile) + type Github struct + Artifacts []string + Condition *condition.Condition + Description string + Draft bool + Name string + Prerelease bool + Repo string + Script []string + Tag string + Token string + User string + func (g *Github) GetCondition() *condition.Condition + func (g *Github) Write(f *buildfile.Buildfile) + type Publish struct + Azure *Azure + Bintray *bintray.Bintray + Docker *Docker + Dropbox *Dropbox + Github *Github + NPM *npm.NPM + PyPI *PyPI + S3 *S3 + Swift *Swift + func (p *Publish) Write(f *buildfile.Buildfile, r *repo.Repo) + type PyPI struct + Condition *condition.Condition + Formats []string + Password string + Repository string + Username string + func (p *PyPI) BuildFormatStr() string + func (p *PyPI) GetCondition() *condition.Condition + func (p *PyPI) Write(f *buildfile.Buildfile) + type S3 struct + Access string + Bucket string + Condition *condition.Condition + Key string + Recursive bool + Region string + Secret string + Source string + Target string + func (s *S3) GetCondition() *condition.Condition + func (s *S3) Write(f *buildfile.Buildfile) + type Swift struct + AuthURL string + Condition *condition.Condition + Container string + Password string + Region string + Source string + Target string + Username string + func (s *Swift) GetCondition() *condition.Condition + func (s *Swift) Write(f *buildfile.Buildfile)