job

package
v0.0.21 Latest Latest
Warning

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

Go to latest
Published: May 6, 2015 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Job

type Job struct {
	Name          string
	Fingerprint   string
	SHA1          string
	ExtractedPath string
	Templates     map[string]string
	PackageNames  []string
	Packages      []*birelpkg.Package
	Properties    map[string]PropertyDefinition
}

func (Job) FindTemplateByValue

func (j Job) FindTemplateByValue(value string) (string, bool)

type PropertyDefinition

type PropertyDefinition struct {
	Description string
	Default     biproperty.Property
}

type Reader

type Reader interface {
	Read() (Job, error)
}

func NewReader

func NewReader(
	archivePath string,
	extractedJobPath string,
	extractor boshcmd.Compressor,
	fs boshsys.FileSystem,
) Reader

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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