Uses of Interface
com.jcabi.github.Release
-
Packages that use Release Package Description com.jcabi.github Object Oriented Github API. -
-
Uses of Release in com.jcabi.github
Classes in com.jcabi.github that implement Release Modifier and Type Class Description static class
Release.Smart
Smart release.Methods in com.jcabi.github that return Release Modifier and Type Method 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.Methods in com.jcabi.github that return types with arguments of type Release Modifier and Type Method Description Iterable<Release>
Releases. iterate()
Iterate them all.Iterable<Release>
Releases.Smart. iterate()
Constructors in com.jcabi.github with parameters of type Release Constructor Description Smart(Release original)
Public CTOR.
-