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

When trying to push an rpm package using the java artifactory client, and adding 'X-uploaded-by=username', some of the RPMs are missing it, and it just contains RPM metadata properties. This...

This problem has been traced back to this library, while trying to connect to an Artifactory installation from the Jenkins-Artifactory plugin to retrieve repository information. That operation generated a request...

Is it possible to do the "creation date" search (http://www.jfrog.com/confluence/display/RTF/Artifactory+REST+API#ArtifactoryRESTAPI-ArtifactsCreatedinDateRange) using the artifactory-client-java? I can't find such option in the API. Would be very useful to have it.

I had a few ivy.xml files in a repo I was scanning and these files were looked at as I was looking for directories / folders. For these files, isFolder...

Hey Baruch, I am using services-0.8-all.jar for trying to deploy artifact on artifactory and I wrote this code to make it works. Artifactory artifactory = org.jfrog.artifactory.client.ArtifactoryClient.create("http://myip:8080/artifactory", username, password); java.io.File file...

Hey baruch, I need a small info. If I have a repo path, can you please tell me how do we get children of that respective repo path, I can...

- [ ] All [tests](https://github.com/jfrog/artifactory-client-java#building-and-testing-the-sources) passed. If this feature is not already covered by the tests, I added new tests. - [ ] This pull request is on the dev...

new feature

[XraySettings](https://github.com/jfrog/artifactory-client-java/blob/3824e1ab9faee18f7bf94a9680707d6f5350c7fb/api/src/main/java/org/jfrog/artifactory/client/model/repository/settings/XraySettings.java) can be used to enable/disable Xray for a given repository. However, it only supports the `xrayIndex`, but not the `xrayDataTtl` setting for the Xray configuration.

feature request

Hi The [JFrog Platform REST API](https://jfrog.com/help/r/jfrog-rest-apis/jfrog-platform-rest-apis) now includes endpoints to manage [PROJECTS](https://jfrog.com/help/r/jfrog-rest-apis/projects?tocId=EdXas7XMSjSwMAunjWXA7w). It would be very handy if the artifactory-client-java included classes to conveniently interact with this endpoint to create,...

feature request