Documentation ¶
Index ¶
- func ExpandCmd(context *components.Context) error
- func FindFiles(root string, suffix string, recursive bool) ([]string, error)
- func GetArtifactoryDetails(context *components.Context, runConfig *RunConfiguration) (*config.ServerDetails, error)
- func GetExpandArguments() []components.Argument
- func GetExpandCommand() components.Command
- func GetExpandEnvVar() []components.EnvVar
- func GetExpandFlags() []components.Flag
- func GetRunArguments() []components.Argument
- func GetRunCommand() components.Command
- func GetRunEnvVar() []components.EnvVar
- func GetRunFlags() []components.Flag
- func ParseDeleteParams(path string) ([]services.DeleteParams, error)
- func RunArtifactRetention(artifactoryManager artifactory.ArtifactoryServicesManager, ...) error
- func RunCmd(context *components.Context) error
- type ExpandConfiguration
- type RunConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExpandCmd ¶
func ExpandCmd(context *components.Context) error
func GetArtifactoryDetails ¶
func GetArtifactoryDetails(context *components.Context, runConfig *RunConfiguration) (*config.ServerDetails, error)
func GetExpandArguments ¶
func GetExpandArguments() []components.Argument
func GetExpandCommand ¶
func GetExpandCommand() components.Command
func GetExpandEnvVar ¶
func GetExpandEnvVar() []components.EnvVar
func GetExpandFlags ¶
func GetExpandFlags() []components.Flag
func GetRunArguments ¶
func GetRunArguments() []components.Argument
func GetRunCommand ¶
func GetRunCommand() components.Command
func GetRunEnvVar ¶
func GetRunEnvVar() []components.EnvVar
func GetRunFlags ¶
func GetRunFlags() []components.Flag
func ParseDeleteParams ¶
func ParseDeleteParams(path string) ([]services.DeleteParams, error)
func RunArtifactRetention ¶
func RunArtifactRetention(artifactoryManager artifactory.ArtifactoryServicesManager, fileSpecsFiles []string) error
func RunCmd ¶
func RunCmd(context *components.Context) error
Types ¶
type ExpandConfiguration ¶
type ExpandConfiguration struct {
// contains filtered or unexported fields
}
func ParseExpandConfig ¶
func ParseExpandConfig(context *components.Context) (*ExpandConfiguration, error)
type RunConfiguration ¶
type RunConfiguration struct {
// contains filtered or unexported fields
}
func ParseRunConfig ¶
func ParseRunConfig(context *components.Context) (*RunConfiguration, error)
Click to show internal directories.
Click to hide internal directories.