Uses of Interface
com.jcabi.github.Statuses
-
Packages that use Statuses Package Description com.jcabi.github Object Oriented Github API.com.jcabi.github.mock Mock Github server. -
-
Uses of Statuses in com.jcabi.github
Classes in com.jcabi.github that implement Statuses Modifier and Type Class Description class
RtStatuses
Github statuses for a given commit.Methods in com.jcabi.github that return Statuses Modifier and Type Method Description Statuses
Commits. statuses(String ref)
Return a Statuses object for a given ref (sha, branch name, etc).Statuses
RtCommits. statuses(String ref)
-
Uses of Statuses in com.jcabi.github.mock
Methods in com.jcabi.github.mock that return Statuses Modifier and Type Method Description Statuses
MkCommits. statuses(String sha)
-