@Immutable public interface Releases
Modifier and Type | Interface and Description |
---|---|
static class |
Releases.Smart
Smart releases.
|
@NotNull(message="iterable is never NULL") Iterable<Release> iterate()
@NotNull(message="release is never NULL") Release get(int number)
number
- Release id@NotNull(message="release is never NULL") Release create(@NotNull(message="release tag is never NULL") String tag) throws IOException
tag
- The name of the tagIOException
- If there is any I/O problemvoid remove(int number) throws IOException
number
- ID of the release to remove.IOException
- If an IO problem occurs.Copyright © 2012–2014 jcabi.com. All rights reserved.