| Modifier and Type | Method and Description |
|---|---|
ProductHandle |
createProduct(ProductDetails productDetails) |
RepositoryHandle |
createRepo(RepositoryDetails repoDetails) |
Subject |
get() |
java.lang.String |
name() |
ProductHandle |
product(java.lang.String name) |
RepositoryHandle |
repository(java.lang.String name) |
Subject get() throws java.io.IOException, BintrayCallException
get in interface Handle<Subject>java.io.IOExceptionBintrayCallExceptionRepositoryHandle repository(java.lang.String name)
RepositoryHandle createRepo(RepositoryDetails repoDetails) throws java.io.IOException, BintrayCallException
java.io.IOExceptionBintrayCallExceptionProductHandle product(java.lang.String name)
ProductHandle createProduct(ProductDetails productDetails) throws java.io.IOException, BintrayCallException
java.io.IOExceptionBintrayCallException