artifactory-client-java
artifactory-client-java copied to clipboard
Artifactory REST Client Java API bindings
**Describe the bug** groovy.lang.MissingMethodException: No signature of method: org.jfrog.artifactory.client.impl.ArtifactBase.withProperty() **To Reproduce** Try to set the property and then upload. Map attributes = artifactoryUploadItem.getAttributes(); attributes.forEach((k, v) -> uploadableArtifact.withProperty(k, v)); File file...
**Describe the bug** I have a directory structure that looks like this artifactory-repository:parent-directory/sub-directory/name.rpm artifactory-repository:parent-directory/sub-directory/repodata/... artifactory-repository is of Package Type "RPM". When I delete via `artifactory.repository("artifactory-repository").delete("parent-directory");` all .rpm files are deleted...
In the provided example, I don't see any option to set project key. Can anyone help where to set the project key while building artificatory object?