helpers

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: May 22, 2016 License: MIT Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ArtifactsDownloaderCommand

type ArtifactsDownloaderCommand struct {
	common.BuildCredentials
	// contains filtered or unexported fields
}

func (*ArtifactsDownloaderCommand) Execute

func (c *ArtifactsDownloaderCommand) Execute(context *cli.Context)

type ArtifactsUploaderCommand

type ArtifactsUploaderCommand struct {
	common.BuildCredentials

	Name string `long:"name" description:"The name of the archive"`
	// contains filtered or unexported fields
}

func (*ArtifactsUploaderCommand) Execute

func (c *ArtifactsUploaderCommand) Execute(*cli.Context)

type CacheArchiverCommand

type CacheArchiverCommand struct {
	File string `long:"file" description:"The path to file"`
	URL  string `long:"url" description:"Download artifacts instead of uploading them"`
	// contains filtered or unexported fields
}

func (*CacheArchiverCommand) Execute

func (c *CacheArchiverCommand) Execute(*cli.Context)

type CacheExtractorCommand

type CacheExtractorCommand struct {
	File string `long:"file" description:"The file containing your cache artifacts"`
	URL  string `long:"url" description:"Download artifacts instead of uploading them"`
	// contains filtered or unexported fields
}

func (*CacheExtractorCommand) Execute

func (c *CacheExtractorCommand) Execute(context *cli.Context)

Jump to

Keyboard shortcuts

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