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 classRelease.SmartSmart release.Methods in com.jcabi.github that return Release Modifier and Type Method Description ReleaseReleases. create(String tag)Create new release.ReleaseReleases.Smart. create(String tag)ReleaseReleases.Smart. find(String tag)Find release by the tag (runtime exception if not found).ReleaseReleases. get(int number)Get a single release.ReleaseReleases.Smart. get(int number)ReleaseReleaseAsset. release()The release we're in.ReleaseReleaseAsset.Smart. release()ReleaseReleaseAssets. 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.
-