Uses of Class
org.kohsuke.github.GHIssue
Packages that use GHIssue
-
Uses of GHIssue in org.kohsuke.github
Subclasses of GHIssue in org.kohsuke.githubMethods in org.kohsuke.github that return GHIssueModifier and TypeMethodDescriptionGHIssueBuilder.create()
Creates a new issue.GHThread.getBoundIssue()
If this thread is about an issue, return that issue.GHProjectCard.getContent()
Gets content if present.GHEventPayload.Issue.getIssue()
Gets issue.GHEventPayload.IssueComment.getIssue()
Gets issue.GHIssueEvent.getIssue()
Gets issue.GHRepository.getIssue
(int id) Gets issue.GHIssueComment.getParent()
Gets the issue to which this comment is associated.Methods in org.kohsuke.github that return types with arguments of type GHIssueModifier and TypeMethodDescriptionGHRepository.getIssues
(GHIssueState state) Gets issues.GHRepository.getIssues
(GHIssueState state, GHMilestone milestone) Gets issues.GHIssueQueryBuilder.ForRepository.list()
List.Methods in org.kohsuke.github with parameters of type GHIssueModifier and TypeMethodDescriptionGHProjectColumn.createCard
(GHIssue issue) Create card gh project card.