| 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 | 
ReleaseAssets.release()
The release we're in. 
 | 
Release | 
ReleaseAsset.release()
The release we're in. 
 | 
Release | 
ReleaseAsset.Smart.release()  | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<Release> | 
Releases.iterate()
Iterate them all. 
 | 
Iterable<Release> | 
Releases.Smart.iterate()  | 
| Constructor and Description | 
|---|
Smart(Release original)
Public CTOR. 
 | 
Copyright © 2012–2018 jcabi.com. All rights reserved.