createArtifact
deleteArtifact
Deletes an existing artifact element and all artifact versions.
Arguments
Argument Name | Type | Description |
---|---|---|
artifactName |
String |
The name of the artifact, compose of the group and artifact concatenated by ':', e.g. "group:artifact". Alternatively, the groupId and artifactKey arguments may be used. |
artifactKey |
String |
The artifactKey component of the GAV (GroupId/ArtifactKey/Version) coordinates. |
groupId |
String |
The groupId component of the GAV (GroupId/ArtifactKey/Version) coordinates. |
getArtifact
Retrieves an artifact by name.
Arguments
Argument Name | Type | Description |
---|---|---|
artifactName |
String |
The name of the artifact, compose of the group and artifact concatenated by ':', e.g. "group:artifact". Alternatively, the groupId and artifactKey arguments may be used. |
artifactKey |
String |
The artifactKey component of the GAV (GroupId/ArtifactKey/Version) coordinates. |
groupId |
String |
The groupId component of the GAV (GroupId/ArtifactKey/Version) coordinates. |