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 class
Coordinates.Simple
Jcabi.http implementation.Methods in com.jcabi.github that return Coordinates Modifier and Type Method Description Coordinates
Repo. coordinates()
Get its coordinates.Coordinates
Repo.Smart. coordinates()
Methods in com.jcabi.github with parameters of type Coordinates Modifier and Type Method Description int
Coordinates.Simple. compareTo(Coordinates other)
boolean
Repos. exists(Coordinates coords)
Check if a repository exists on Github.Repo
Repos. get(Coordinates coords)
Get repository by name.void
Repos. 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.
-