Uses of Class
org.kohsuke.github.GHPullRequest

Uses of GHPullRequest in org.kohsuke.github
 

Methods in org.kohsuke.github that return GHPullRequest
 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(GHPullRequest.State state)
          Retrieves all the pull requests of a particular state.
 



Copyright © 2011. All Rights Reserved.