Uses of Class
org.kohsuke.github.GHPullRequest

Packages that use GHPullRequest
org.kohsuke.github   
 

Uses of GHPullRequest in org.kohsuke.github
 

Methods in org.kohsuke.github that return GHPullRequest
 GHPullRequest GHRepository.createPullRequest(String title, String head, String base, String body)
          Creates a new pull request.
 GHPullRequest GHEventPayload.PullRequest.getPullRequest()
           
 GHPullRequest GHRepository.getPullRequest(int i)
          Retrieves a specified pull request.
 

Methods in org.kohsuke.github that return types with arguments of type GHPullRequest
 List<GHPullRequest> GHOrganization.getPullRequests()
          Gets all the open pull requests in this organizataion.
 List<GHPullRequest> GHRepository.getPullRequests(GHIssueState state)
          Retrieves all the pull requests of a particular state.
 PagedIterable<GHPullRequest> GHRepository.listPullRequests(GHIssueState state)
          Retrieves all the pull requests of a particular state.
 



Copyright © 2014. All rights reserved.