artifactory-client-java icon indicating copy to clipboard operation
artifactory-client-java copied to clipboard

Artifactory REST Client Java API bindings

Results 113 artifactory-client-java issues
Sort by recently updated
recently updated
newest added

**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...

bug

**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...

bug

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?

question