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 executing a plugin, I only get back a string: ```java Artifactory artifactory = ArtifactoryClientBuilder.create()/*...*/.build(); String response = artifactory.plugins().execute("myPlugin") .withParameter("param", "value") .sync(); ``` Usually a plugin sets context vars `status`...

There doesn't seem to be a way to specify which http method to use when calling an execution plugin. It just uses POST, even though some plugins may be set...

i want to have the info of all files under a specific directory, the folder.getChildren not enough because i dont want to do large recursive calls. There is a rest...

It appears that the client does not allow one to create a permissionTarget with permission to alter Builds. Please help: - is my approach correct ? - add the missing...

i want to have the info of all files under a specific directory, the folder.getChildren not enough because i dont want to do large recursive calls. There is a rest...

repositories.create(Repo) should create repository in the end of the list.

The Artifactory UI can expose the size of a repo by clicking on the "Count..." button. There is no documented API to access this value. Can it be exposed? Can...

Hi, I don’t think we have changed anything on “java.net.m1” repository, but following call fails: ``` java RepositoryHandle repositoryHandle = artifactory.repository("java.net.m1"); repository = repositoryHandle.get();

Artifactory CLI converts space symbol in the groups names (permissions etc) to the '+'. Because of it users can not retrieve such groups names via CLI. Related issue in the...