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