- PackageDetails - Class in com.jfrog.bintray.client.api.details
-
This class is used to serialize and deserialize the needed json to
pass to or receive from Bintray when performing actions on a package
NOTE: when serializing this class use getObjectMapper to obtain a suitable mapper for this class
- PackageDetails() - Constructor for class com.jfrog.bintray.client.api.details.PackageDetails
-
- PackageDetails(String) - Constructor for class com.jfrog.bintray.client.api.details.PackageDetails
-
- PackageHandle - Interface in com.jfrog.bintray.client.api.handle
-
- patch(String, Map<String, String>, InputStream) - Method in interface com.jfrog.bintray.client.api.handle.Bintray
-
- pkg(String) - Method in interface com.jfrog.bintray.client.api.handle.Bintray
-
- pkg(String) - Method in interface com.jfrog.bintray.client.api.handle.RepositoryHandle
-
- pkg() - Method in interface com.jfrog.bintray.client.api.handle.VersionHandle
-
- Pkg - Interface in com.jfrog.bintray.client.api.model
-
- pkg() - Method in interface com.jfrog.bintray.client.api.model.Version
-
- post(String, Map<String, String>, InputStream) - Method in interface com.jfrog.bintray.client.api.handle.Bintray
-
- product(String) - Method in interface com.jfrog.bintray.client.api.handle.SubjectHandle
-
- Product - Interface in com.jfrog.bintray.client.api.model
-
- ProductDetails - Class in com.jfrog.bintray.client.api.details
-
This class is used to serialize and deserialize the needed json to
pass to or receive from Bintray when performing actions on a product
NOTE: when serializing this class use getObjectMapper to obtain a suitable mapper for this class
- ProductDetails() - Constructor for class com.jfrog.bintray.client.api.details.ProductDetails
-
- ProductHandle - Interface in com.jfrog.bintray.client.api.handle
-
- publicDownloadNumbers(Boolean) - Method in class com.jfrog.bintray.client.api.details.PackageDetails
-
- publicStats(Boolean) - Method in class com.jfrog.bintray.client.api.details.PackageDetails
-
- publish() - Method in interface com.jfrog.bintray.client.api.handle.VersionHandle
-
- publish(String) - Method in interface com.jfrog.bintray.client.api.handle.VersionHandle
-
- publishSync() - Method in interface com.jfrog.bintray.client.api.handle.VersionHandle
-
- put(String, Map<String, String>, InputStream) - Method in interface com.jfrog.bintray.client.api.handle.Bintray
-
PUT single item
- put(Map<String, InputStream>, Map<String, String>) - Method in interface com.jfrog.bintray.client.api.handle.Bintray
-
Concurrently executes a list of org.apache.http.client.methods.HttpPut requests, which are not handled by
the default response handler to avoid any BintrayCallExceptions being thrown before all requests have executed.