Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PipCommand ¶
type PipCommand struct {
// contains filtered or unexported fields
}
func (*PipCommand) SetArgs ¶
func (pc *PipCommand) SetArgs(arguments []string) *PipCommand
func (*PipCommand) SetRepo ¶
func (pc *PipCommand) SetRepo(repo string) *PipCommand
func (*PipCommand) SetRtDetails ¶
func (pc *PipCommand) SetRtDetails(rtDetails *config.ArtifactoryDetails) *PipCommand
type PipCommandInterface ¶
type PipCommandInterface interface { SetRtDetails(rtDetails *config.ArtifactoryDetails) *PipCommand SetRepo(repo string) *PipCommand SetArgs(arguments []string) *PipCommand RtDetails() (*config.ArtifactoryDetails, error) CommandName() string Run() error }
type PipInstallCommand ¶
type PipInstallCommand struct { *PipCommand // contains filtered or unexported fields }
func NewPipInstallCommand ¶
func NewPipInstallCommand() *PipInstallCommand
func (*PipInstallCommand) CommandName ¶
func (pic *PipInstallCommand) CommandName() string
func (*PipInstallCommand) RtDetails ¶
func (pic *PipInstallCommand) RtDetails() (*config.ArtifactoryDetails, error)
func (*PipInstallCommand) Run ¶
func (pic *PipInstallCommand) Run() error
Click to show internal directories.
Click to hide internal directories.