Versions in this module Expand all Collapse all v0 v0.3.0 Sep 17, 2015 Changes in this version + type Bash struct + Command string + Condition *condition.Condition + Script []string + func (g *Bash) GetCondition() *condition.Condition + func (g *Bash) Write(f *buildfile.Buildfile) + type CloudFoundry struct + App string + Condition *condition.Condition + Org string + Password string + Space string + Target string + Username string + func (cf *CloudFoundry) GetCondition() *condition.Condition + func (cf *CloudFoundry) Write(f *buildfile.Buildfile) + type Deploy struct + Bash *Bash + CloudFoundry *CloudFoundry + Deis *deis.Deis + Git *git.Git + Heroku *heroku.Heroku + Marathon *marathon.Marathon + Modulus *modulus.Modulus + Nodejitsu *nodejitsu.Nodejitsu + SSH *SSH + Tsuru *tsuru.Tsuru + func (d *Deploy) Write(f *buildfile.Buildfile, r *repo.Repo) + type SSH struct + Artifacts []string + Cmd string + Condition *condition.Condition + Target string + func (s *SSH) GetCondition() *condition.Condition + func (s *SSH) Write(f *buildfile.Buildfile)