deploy

package
v0.0.0-...-5d9d367 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 16, 2014 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppFog

type AppFog struct {
}

func (*AppFog) Write

func (a *AppFog) Write(f *buildfile.Buildfile)

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

func (*Deploy) Write

func (d *Deploy) Write(f *buildfile.Buildfile)

type EngineYard

type EngineYard struct {
}

func (*EngineYard) Write

func (e *EngineYard) Write(f *buildfile.Buildfile)

type Git

type Git struct {
	Target string `yaml:"target,omitempty"`
	Force  bool   `yaml:"force,omitempty"`
	Branch string `yaml:"branch,omitempty"`
}

func (*Git) Write

func (g *Git) Write(f *buildfile.Buildfile)

type Heroku

type Heroku struct {
	App    string `yaml:"app,omitempty"`
	Force  bool   `yaml:"force,omitempty"`
	Branch string `yaml:"branch,omitempty"`
}

func (*Heroku) Write

func (h *Heroku) Write(f *buildfile.Buildfile)

type Nodejitsu

type Nodejitsu struct {
}

func (*Nodejitsu) Write

func (n *Nodejitsu) Write(f *buildfile.Buildfile)

type Openshift

type Openshift struct {
}

func (*Openshift) Write

func (o *Openshift) Write(f *buildfile.Buildfile)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL