| Modifier and Type | Method | Description |
|---|---|---|
VersionHandle |
createVersion(VersionDetails versionDetails) |
|
PackageHandle |
delete() |
|
boolean |
exists() |
|
Pkg |
get() |
|
String |
getCurrentPackageUri() |
|
String |
name() |
|
RepositoryHandle |
repository() |
|
PackageHandle |
setAttributes(PackageDetails packageDetails) |
|
PackageHandle |
setAttributes(List<Attribute> attributes) |
|
PackageHandle |
update(PackageDetails packageDetails) |
|
PackageHandle |
updateAttributes(PackageDetails packageDetails) |
|
PackageHandle |
updateAttributes(List<Attribute> attributes) |
|
VersionHandle |
version(String versionName) |
RepositoryHandle repository()
VersionHandle version(String versionName)
Pkg get() throws IOException, BintrayCallException
get in interface Handle<Pkg>IOExceptionBintrayCallExceptionPackageHandle update(PackageDetails packageDetails) throws IOException, BintrayCallException
IOExceptionBintrayCallExceptionPackageHandle delete() throws BintrayCallException
BintrayCallExceptionboolean exists()
throws BintrayCallException
BintrayCallExceptionVersionHandle createVersion(VersionDetails versionDetails) throws IOException, BintrayCallException
IOExceptionBintrayCallExceptionPackageHandle setAttributes(PackageDetails packageDetails) throws IOException, BintrayCallException
IOExceptionBintrayCallExceptionPackageHandle setAttributes(List<Attribute> attributes) throws IOException, BintrayCallException
IOExceptionBintrayCallExceptionPackageHandle updateAttributes(PackageDetails packageDetails) throws IOException, BintrayCallException
IOExceptionBintrayCallExceptionPackageHandle updateAttributes(List<Attribute> attributes) throws IOException, BintrayCallException
IOExceptionBintrayCallExceptionString getCurrentPackageUri()