Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArtifactsDownloaderCommand ¶
type ArtifactsDownloaderCommand struct { common.JobCredentials // contains filtered or unexported fields }
func (*ArtifactsDownloaderCommand) Execute ¶
func (c *ArtifactsDownloaderCommand) Execute(context *cli.Context)
type ArtifactsUploaderCommand ¶
type ArtifactsUploaderCommand struct { common.JobCredentials Name string `long:"name" description:"The name of the archive"` ExpireIn string `long:"expire-in" description:"When to expire artifacts"` // 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)
Click to show internal directories.
Click to hide internal directories.