Uses of Class
org.kohsuke.github.GHIssue

Uses of GHIssue in org.kohsuke.github
 

Subclasses of GHIssue in org.kohsuke.github
 class GHPullRequest
          A pull request.
 

Methods in org.kohsuke.github that return GHIssue
 GHIssue GHIssueComment.getParent()
          Gets the issue to which this comment is associated.
 

Methods in org.kohsuke.github that return types with arguments of type GHIssue
 List<GHIssue> GHRepository.getIssues(GHIssueState state)
           
 



Copyright © 2012. All Rights Reserved.