Uses of Interface
com.jcabi.github.Coordinates
-
Packages that use Coordinates Package Description com.jcabi.github Object Oriented Github API.com.jcabi.github.mock Mock Github server. -
-
Uses of Coordinates in com.jcabi.github
Classes in com.jcabi.github that implement Coordinates Modifier and Type Class Description static classCoordinates.SimpleJcabi.http implementation.Methods in com.jcabi.github that return Coordinates Modifier and Type Method Description CoordinatesRepo. coordinates()Get its coordinates.CoordinatesRepo.Smart. coordinates()Methods in com.jcabi.github with parameters of type Coordinates Modifier and Type Method Description intCoordinates.Simple. compareTo(Coordinates other)booleanRepos. exists(Coordinates coords)Check if a repository exists on Github.RepoRepos. get(Coordinates coords)Get repository by name.voidRepos. remove(Coordinates coords)Remove repository by name. -
Uses of Coordinates in com.jcabi.github.mock
Constructors in com.jcabi.github.mock with parameters of type Coordinates Constructor Description MkCommit(MkStorage strg, String login, Coordinates crds, String commitsha)Public constructor.
-