Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudControl ¶
type CloudControl struct { }
func (*CloudControl) Write ¶
func (c *CloudControl) Write(f *buildfile.Buildfile)
type CloudFoundry ¶
type CloudFoundry struct { }
func (*CloudFoundry) Write ¶
func (c *CloudFoundry) Write(f *buildfile.Buildfile)
type Deploy ¶
type Deploy struct { AppFog *AppFog `yaml:"appfog,omitempty"` CloudControl *CloudControl `yaml:"cloudcontrol,omitempty"` CloudFoundry *CloudFoundry `yaml:"cloudfoundry,omitempty"` EngineYard *EngineYard `yaml:"engineyard,omitempty"` Git *Git `yaml:"git,omitempty"` Heroku *Heroku `yaml:"heroku,omitempty"` Nodejitsu *Nodejitsu `yaml:"nodejitsu,omitempty"` Openshift *Openshift `yaml:"openshift,omitempty"` }
Deploy stores the configuration details for deploying build artifacts when a Build has succeeded
type EngineYard ¶
type EngineYard struct { }
func (*EngineYard) Write ¶
func (e *EngineYard) Write(f *buildfile.Buildfile)
type Git ¶
type Heroku ¶
Click to show internal directories.
Click to hide internal directories.