@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.
|
jsonpatchRepo repo()
int number()
void delete()
throws IOException
IOException - If any I/O problems occur.ReleaseAssets assets()
Copyright © 2012–2018 jcabi.com. All rights reserved.