Uses of Interface
com.jcabi.github.Pull
-
Packages that use Pull Package Description com.jcabi.github Object Oriented Github API.com.jcabi.github.mock Mock Github server. -
-
Uses of Pull in com.jcabi.github
Classes in com.jcabi.github that implement Pull Modifier and Type Class Description static classPull.SmartSmart pull request with extra features.Methods in com.jcabi.github that return Pull Modifier and Type Method Description PullPulls. create(String title, String head, String base)Create new get.PullPulls. get(int number)Get specific get by number.PullIssue.Smart. pull()Get pull request.PullPullComment. pull()Pull we're in.PullPullComment.Smart. pull()PullPullComments. pull()Pull we're in.Methods in com.jcabi.github that return types with arguments of type Pull Modifier and Type Method Description Iterable<Pull>Pulls. iterate(Map<String,String> params)Iterate them all.Methods in com.jcabi.github with parameters of type Pull Modifier and Type Method Description intPull.Smart. compareTo(Pull obj)Constructors in com.jcabi.github with parameters of type Pull Constructor Description Smart(Pull pll)Public ctor. -
Uses of Pull in com.jcabi.github.mock
Constructors in com.jcabi.github.mock with parameters of type Pull Constructor Description MkCheck(MkStorage stg, Coordinates coord, Pull pll, int number)Main ctor.
-