Documentation
¶
Index ¶
- func ExpandCmd(context *components.Context) error
- func FindFiles(root string, suffix string, recursive bool) ([]string, error)
- func GetArtifactoryDetails(context *components.Context) (*config.ServerDetails, error)
- func GetArtifactoryManager(context *components.Context, dryRun bool, threads int) (artifactory.ArtifactoryServicesManager, 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 InitTemplates()
- func ParseDeleteParamsFromFile(file *os.File) ([]services.DeleteParams, error)
- func ParseDeleteParamsFromPath(path string) ([]services.DeleteParams, error)
- func ParseSearchParamsFromFile(file *os.File) ([]services.SearchParams, error)
- func ParseSearchParamsFromPath(path string) ([]services.SearchParams, error)
- func RunArtifactRetention(artifactoryManager artifactory.ArtifactoryServicesManager, ...) error
- func RunCmd(context *components.Context) error
- type ExpandConfiguration
- type Policy
- 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) (*config.ServerDetails, error)
func GetArtifactoryManager ¶ added in v1.0.0
func GetArtifactoryManager(context *components.Context, dryRun bool, threads int) (artifactory.ArtifactoryServicesManager, 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 InitTemplates ¶ added in v1.0.0
func InitTemplates()
func ParseDeleteParamsFromFile ¶ added in v1.0.0
func ParseDeleteParamsFromFile(file *os.File) ([]services.DeleteParams, error)
func ParseDeleteParamsFromPath ¶ added in v1.0.0
func ParseDeleteParamsFromPath(path string) ([]services.DeleteParams, error)
func ParseSearchParamsFromFile ¶ added in v1.0.0
func ParseSearchParamsFromFile(file *os.File) ([]services.SearchParams, error)
func ParseSearchParamsFromPath ¶ added in v1.0.0
func ParseSearchParamsFromPath(path string) ([]services.SearchParams, error)
func RunArtifactRetention ¶
func RunArtifactRetention(artifactoryManager artifactory.ArtifactoryServicesManager, fileSpecsPaths []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.