Documentation ¶
Index ¶
- type GradleCommand
- func (gc *GradleCommand) CommandName() string
- func (gc *GradleCommand) RtDetails() (*config.ArtifactoryDetails, error)
- func (gc *GradleCommand) Run() error
- func (gc *GradleCommand) SetConfigPath(configPath string) *GradleCommand
- func (gc *GradleCommand) SetConfiguration(configuration *utils.BuildConfiguration) *GradleCommand
- func (gc *GradleCommand) SetRtDetails(rtDetails *config.ArtifactoryDetails) *GradleCommand
- func (gc *GradleCommand) SetTasks(tasks string) *GradleCommand
- func (gc *GradleCommand) SetThreads(threads int) *GradleCommand
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GradleCommand ¶
type GradleCommand struct {
// contains filtered or unexported fields
}
func NewGradleCommand ¶
func NewGradleCommand() *GradleCommand
func (*GradleCommand) CommandName ¶
func (gc *GradleCommand) CommandName() string
func (*GradleCommand) RtDetails ¶
func (gc *GradleCommand) RtDetails() (*config.ArtifactoryDetails, error)
Returns the ArtfiactoryDetails. The information returns from the config file provided.
func (*GradleCommand) Run ¶
func (gc *GradleCommand) Run() error
func (*GradleCommand) SetConfigPath ¶
func (gc *GradleCommand) SetConfigPath(configPath string) *GradleCommand
func (*GradleCommand) SetConfiguration ¶
func (gc *GradleCommand) SetConfiguration(configuration *utils.BuildConfiguration) *GradleCommand
func (*GradleCommand) SetRtDetails ¶
func (gc *GradleCommand) SetRtDetails(rtDetails *config.ArtifactoryDetails) *GradleCommand
func (*GradleCommand) SetTasks ¶
func (gc *GradleCommand) SetTasks(tasks string) *GradleCommand
func (*GradleCommand) SetThreads ¶
func (gc *GradleCommand) SetThreads(threads int) *GradleCommand
Click to show internal directories.
Click to hide internal directories.