Uses of Interface
com.jcabi.github.Fork
-
Packages that use Fork Package Description com.jcabi.github Object Oriented Github API. -
-
Uses of Fork in com.jcabi.github
Classes in com.jcabi.github that implement Fork Modifier and Type Class Description static class
Fork.Smart
Smart Fork with extra features.Methods in com.jcabi.github that return Fork Modifier and Type Method Description Fork
Forks. create(String organization)
Create a fork for the authenticated user.Methods in com.jcabi.github that return types with arguments of type Fork Modifier and Type Method Description Iterable<Fork>
Forks. iterate(String sort)
Iterate all forks.Constructors in com.jcabi.github with parameters of type Fork Constructor Description Smart(Fork frk)
Public ctor.
-