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.IOException
BintrayCallException
VersionHandle update(VersionDetails versionDetails) throws java.io.IOException, BintrayCallException
java.io.IOException
BintrayCallException
VersionHandle delete() throws BintrayCallException
BintrayCallException
boolean exists() throws BintrayCallException
BintrayCallException
VersionHandle setAttributes(VersionDetails versionDetails) throws java.io.IOException, BintrayCallException
java.io.IOException
BintrayCallException
VersionHandle setAttributes(java.util.List<Attribute> attributes) throws java.io.IOException, BintrayCallException
java.io.IOException
BintrayCallException
VersionHandle updateAttributes(VersionDetails versionDetails) throws java.io.IOException, BintrayCallException
java.io.IOException
BintrayCallException
VersionHandle updateAttributes(java.util.List<Attribute> attributes) throws java.io.IOException, BintrayCallException
java.io.IOException
BintrayCallException
VersionHandle upload(java.util.Map<java.lang.String,java.io.InputStream> content) throws MultipleBintrayCallException
MultipleBintrayCallException
VersionHandle upload(java.lang.String path, java.io.InputStream content) throws BintrayCallException
BintrayCallException
VersionHandle publish() throws BintrayCallException
BintrayCallException
VersionHandle discard() throws BintrayCallException
BintrayCallException
VersionHandle sign(java.lang.String passphrase, int fileCount) throws BintrayCallException
BintrayCallException
VersionHandle sign(int fileCount) throws BintrayCallException
BintrayCallException
java.lang.String getVersionUri()