Package | Description |
---|---|
com.jcabi.github |
Object Oriented Github API.
|
Modifier and Type | Class and Description |
---|---|
static class |
Release.Smart
Smart release.
|
Modifier and Type | Method and Description |
---|---|
Release |
Releases.create(String tag)
Create new release.
|
Release |
Releases.Smart.create(String tag) |
Release |
Releases.Smart.find(String tag)
Find release by the tag (runtime exception if not found).
|
Release |
Releases.get(int number)
Get a single release.
|
Release |
Releases.Smart.get(int number) |
Release |
ReleaseAsset.release()
The release we're in.
|
Release |
ReleaseAsset.Smart.release() |
Release |
ReleaseAssets.release()
The release we're in.
|
Modifier and Type | Method and Description |
---|---|
Iterable<Release> |
Releases.iterate()
Iterate them all.
|
Iterable<Release> |
Releases.Smart.iterate() |
Constructor and Description |
---|
Release.Smart(Release original)
Public CTOR.
|
Copyright © 2012–2014 jcabi.com. All rights reserved.