Uses of Interface
com.jcabi.github.Check
-
Packages that use Check Package Description com.jcabi.github Object Oriented Github API.com.jcabi.github.mock Mock Github server. -
-
Uses of Check in com.jcabi.github
Methods in com.jcabi.github that return types with arguments of type Check Modifier and Type Method Description Collection<? extends Check>Checks. all()Get all checks. -
Uses of Check in com.jcabi.github.mock
Classes in com.jcabi.github.mock that implement Check Modifier and Type Class Description classMkCheckMock Github check.Methods in com.jcabi.github.mock that return Check Modifier and Type Method Description CheckMkChecks. create(Check.Status status, Check.Conclusion conclusion)Create check.Methods in com.jcabi.github.mock that return types with arguments of type Check Modifier and Type Method Description Collection<Check>MkChecks. all()
-