@Immutable public interface Release extends JsonReadable, JsonPatchable
Modifier and Type | Interface and Description |
---|---|
static class |
Release.Smart
Smart release.
|
Modifier and Type | Method and Description |
---|---|
ReleaseAssets |
assets()
Get all release assets of this release.
|
void |
delete()
Deletes a release.
|
int |
number()
Release id.
|
Repo |
repo()
Owner of them.
|
json
patch
int number()
void delete() throws IOException
IOException
- If any I/O problems occur.@NotNull(message="assets are never NULL") ReleaseAssets assets()
Copyright © 2012–2014 jcabi.com. All rights reserved.