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 classPullRef.SmartSmart pull request ref with extra features.Methods in com.jcabi.github that return PullRef Modifier and Type Method Description PullRefPull. base()Get its base ref.PullRefPull.Smart. base()PullRefPull. head()Get its head ref.PullRefPull.Smart. head()Constructors in com.jcabi.github with parameters of type PullRef Constructor Description Smart(PullRef pref)Public ctor.
-