types

package
v0.3.3 Latest Latest
Warning

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

Go to latest
Published: Feb 1, 2017 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AnsibleJob

type AnsibleJob struct {
	Job         ansible.Job
	Template    ansible.JobTemplate
	MachineCred common.Credential
	NetworkCred common.Credential
	SCMCred     common.Credential
	CloudCred   common.Credential
	Inventory   ansible.Inventory
	Project     common.Project
	User        common.User
	PreviousJob *SyncJob
	Token       string
}

AnsibleJob contains all the information required to start a job

type SyncJob

type SyncJob struct {
	Job            ansible.Job
	ProjectID      bson.ObjectId
	JobTemplateID  bson.ObjectId
	SCMCred        common.Credential
	Project        common.Project
	User           common.User
	Token          string
	CredentialPath string // for system jobs
}

SyncJob contains all the information required to start a job

type TerraformJob

type TerraformJob struct {
	Job         terraform.Job
	Template    terraform.JobTemplate
	MachineCred common.Credential
	NetworkCred common.Credential
	SCMCred     common.Credential
	CloudCred   common.Credential
	Project     common.Project
	User        common.User
	PreviousJob *SyncJob
	Token       string
}

TerraformJob contains all the information required to start a job

Jump to

Keyboard shortcuts

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