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