Versions in this module Expand all Collapse all v0 v0.4.2 Apr 25, 2016 Changes in this version + func Exec(payload Payload, opt Options, outw, errw io.Writer) error + type Error struct + ExitCode int + func (e *Error) Error() string + type Options struct + Build bool + Cache bool + Clone bool + Debug bool + Deploy bool + Force bool + Mount string + Notify bool + type Payload struct + Build *plugin.Build + BuildLast *plugin.Build + Job *plugin.Job + Keys *plugin.Keypair + Netrc *plugin.Netrc + Repo *plugin.Repo + System *plugin.System + Workspace *plugin.Workspace + Yaml string + YamlEnc string