Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CiDumpMetaCommand ¶
func (*CiDumpMetaCommand) Help ¶
func (c *CiDumpMetaCommand) Help() string
func (*CiDumpMetaCommand) Run ¶
func (c *CiDumpMetaCommand) Run(args []string) int
func (*CiDumpMetaCommand) Synopsis ¶
func (c *CiDumpMetaCommand) Synopsis() string
type CiDumpRevisionCommand ¶
func (*CiDumpRevisionCommand) Help ¶
func (c *CiDumpRevisionCommand) Help() string
func (*CiDumpRevisionCommand) Run ¶
func (c *CiDumpRevisionCommand) Run(args []string) int
func (*CiDumpRevisionCommand) Synopsis ¶
func (c *CiDumpRevisionCommand) Synopsis() string
type DumpReadmeCommand ¶
func (*DumpReadmeCommand) Help ¶
func (c *DumpReadmeCommand) Help() string
func (*DumpReadmeCommand) Run ¶
func (c *DumpReadmeCommand) Run(args []string) int
func (*DumpReadmeCommand) Synopsis ¶
func (c *DumpReadmeCommand) Synopsis() string
type Meta ¶
type Meta struct { Build *MetaBuild `json:"build"` Project *MetaProject `json:"project"` Server *MetaServer `json:"server"` }
type MetaProject ¶
type MetaServer ¶
type ProjectBuildArtifactCommand ¶
type ProjectBuildArtifactCommand struct { Ui cli.Ui Verbose bool ExtractPath string ArtifactsFile string BuildId string Job string Ref string Project string }
func (*ProjectBuildArtifactCommand) Help ¶
func (c *ProjectBuildArtifactCommand) Help() string
func (*ProjectBuildArtifactCommand) Run ¶
func (c *ProjectBuildArtifactCommand) Run(args []string) int
func (*ProjectBuildArtifactCommand) Synopsis ¶
func (c *ProjectBuildArtifactCommand) Synopsis() string
type ProjectBuildsListCommand ¶
func (*ProjectBuildsListCommand) Help ¶
func (c *ProjectBuildsListCommand) Help() string
func (*ProjectBuildsListCommand) Run ¶
func (c *ProjectBuildsListCommand) Run(args []string) int
func (*ProjectBuildsListCommand) Synopsis ¶
func (c *ProjectBuildsListCommand) Synopsis() string
type ProjectsListCommand ¶
func (*ProjectsListCommand) Help ¶
func (c *ProjectsListCommand) Help() string
func (*ProjectsListCommand) Run ¶
func (c *ProjectsListCommand) Run(args []string) int
func (*ProjectsListCommand) Synopsis ¶
func (c *ProjectsListCommand) Synopsis() string
type S3ArchiveCommand ¶
type S3ArchiveCommand struct { Ui cli.Ui Verbose bool Ref string RefName string Job string Project string IncludePaths helper.Paths IgnorePaths helper.Paths IgnoreCVS bool TagMatcher string // s3 settings AwsRegion string AwsEndPoint string AwsProfile string AwsBucket string }
func (*S3ArchiveCommand) Help ¶
func (c *S3ArchiveCommand) Help() string
func (*S3ArchiveCommand) Run ¶
func (c *S3ArchiveCommand) Run(args []string) int
func (*S3ArchiveCommand) Synopsis ¶
func (c *S3ArchiveCommand) Synopsis() string
type S3ExtractCommand ¶
type S3ExtractCommand struct { Ui cli.Ui Verbose bool Ref string RefName string Job string Project string ExtractPath string TagMatcher string // s3 settings AwsRegion string AwsEndPoint string AwsProfile string AwsBucket string }
func (*S3ExtractCommand) Help ¶
func (c *S3ExtractCommand) Help() string
func (*S3ExtractCommand) Run ¶
func (c *S3ExtractCommand) Run(args []string) int
func (*S3ExtractCommand) Synopsis ¶
func (c *S3ExtractCommand) Synopsis() string
type VersionCommand ¶
func (*VersionCommand) Help ¶
func (c *VersionCommand) Help() string
func (*VersionCommand) Run ¶
func (c *VersionCommand) Run(args []string) int
func (*VersionCommand) Synopsis ¶
func (c *VersionCommand) Synopsis() string
Click to show internal directories.
Click to hide internal directories.