| Modifier and Type | Method | Description |
|---|---|---|
VersionHandle |
delete() |
|
VersionHandle |
discard() |
|
boolean |
exists() |
|
Version |
get() |
|
String |
getVersionUri() |
|
PackageHandle |
pkg() |
|
VersionHandle |
publish() |
|
VersionHandle |
setAttributes(VersionDetails versionDetails) |
|
VersionHandle |
setAttributes(List<Attribute> attributes) |
|
VersionHandle |
sign(int fileCount) |
|
VersionHandle |
sign(String passphrase,
int fileCount) |
|
VersionHandle |
update(VersionDetails versionDetails) |
|
VersionHandle |
updateAttributes(VersionDetails versionDetails) |
|
VersionHandle |
updateAttributes(List<Attribute> attributes) |
|
VersionHandle |
upload(String path,
InputStream content) |
|
VersionHandle |
upload(Map<String,InputStream> content) |
PackageHandle pkg()
Version get() throws IOException, BintrayCallException
get in interface Handle<Version>IOExceptionBintrayCallExceptionVersionHandle update(VersionDetails versionDetails) throws IOException, BintrayCallException
IOExceptionBintrayCallExceptionVersionHandle delete() throws BintrayCallException
BintrayCallExceptionboolean exists()
throws BintrayCallException
BintrayCallExceptionVersionHandle setAttributes(VersionDetails versionDetails) throws IOException, BintrayCallException
IOExceptionBintrayCallExceptionVersionHandle setAttributes(List<Attribute> attributes) throws IOException, BintrayCallException
IOExceptionBintrayCallExceptionVersionHandle updateAttributes(VersionDetails versionDetails) throws IOException, BintrayCallException
IOExceptionBintrayCallExceptionVersionHandle updateAttributes(List<Attribute> attributes) throws IOException, BintrayCallException
IOExceptionBintrayCallExceptionVersionHandle upload(Map<String,InputStream> content) throws MultipleBintrayCallException
MultipleBintrayCallExceptionVersionHandle upload(String path, InputStream content) throws BintrayCallException
BintrayCallExceptionVersionHandle publish() throws BintrayCallException
BintrayCallExceptionVersionHandle discard() throws BintrayCallException
BintrayCallExceptionVersionHandle sign(String passphrase, int fileCount) throws BintrayCallException
BintrayCallExceptionVersionHandle sign(int fileCount) throws BintrayCallException
BintrayCallExceptionString getVersionUri()