Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DownloadArtifact ¶
DownloadArtifact downloads a GitHub Release artifact to a temporary directory.
Types ¶
type JFrogClient ¶ added in v0.0.3
type JFrogClient struct {
artifactory.ArtifactoryServicesManager
}
JFrogClient is an embedded ArtifactoryServicesManager which adds convenience methods.
func NewJFrogClient ¶ added in v0.0.3
func NewJFrogClient(jc *JFrogConfig) (*JFrogClient, error)
NewJFrogClient creates a new JFrogClient (ArtifactoryServicesManager).
func (*JFrogClient) UploadGenericArtifact ¶ added in v0.0.3
func (c *JFrogClient) UploadGenericArtifact(file, targetPath string) error
UploadGenericArtifact uploads a generic artifact to Artifactory.
type JFrogConfig ¶ added in v0.0.3
JFrogConfig contains the required properties to connect to JFrog Artifactory.
Click to show internal directories.
Click to hide internal directories.