Uses of Interface
com.jcabi.github.Pull
-
Packages that use Pull Package Description com.jcabi.github Object Oriented Github API. -
-
Uses of Pull in com.jcabi.github
Classes in com.jcabi.github that implement Pull Modifier and Type Class Description static class
Pull.Smart
Smart pull request with extra features.Methods in com.jcabi.github that return Pull Modifier and Type Method Description Pull
Pulls. create(String title, String head, String base)
Create new get.Pull
Pulls. get(int number)
Get specific get by number.Pull
Issue.Smart. pull()
Get pull request.Pull
PullComment. pull()
Pull we're in.Pull
PullComment.Smart. pull()
Pull
PullComments. 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 int
Pull.Smart. compareTo(Pull obj)
Constructors in com.jcabi.github with parameters of type Pull Constructor Description Smart(Pull pll)
Public ctor.
-