Uses of Interface
com.jcabi.github.PullRef
-
Packages that use PullRef Package Description com.jcabi.github Object Oriented Github API. -
-
Uses of PullRef in com.jcabi.github
Classes in com.jcabi.github that implement PullRef Modifier and Type Class Description static class
PullRef.Smart
Smart pull request ref with extra features.Methods in com.jcabi.github that return PullRef Modifier and Type Method Description PullRef
Pull. base()
Get its base ref.PullRef
Pull.Smart. base()
PullRef
Pull. head()
Get its head ref.PullRef
Pull.Smart. head()
Constructors in com.jcabi.github with parameters of type PullRef Constructor Description Smart(PullRef pref)
Public ctor.
-