Open quidryan opened 11 years ago
artifacts count is not currently exposed by Artifactory REST API, so it can't be used from java client. Please open a feature request for the "count" REST resource in our JIRA - https://issues.jfrog.org/
Thanks!
Excellent point. I created https://issues.jfrog.org/jira/browse/RTFACT-5623. Once that's done, this issue could be resolved.
Not quite, we'll have to add it to Java code too :) But that will be easy.
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 it be added to api/src/main/java/org/artifactory/client/RepositoryHandle.java?