Uses of Interface
com.jcabi.github.Releases
-
Packages that use Releases Package Description com.jcabi.github Object Oriented Github API. -
-
Uses of Releases in com.jcabi.github
Classes in com.jcabi.github that implement Releases Modifier and Type Class Description static class
Releases.Smart
Smart releases.Methods in com.jcabi.github that return Releases Modifier and Type Method Description Releases
Repo. releases()
Get all releases of the repo.Releases
Repo.Smart. releases()
Constructors in com.jcabi.github with parameters of type Releases Constructor Description Smart(Releases original)
Public CTOR.
-