Uses of Class
org.kohsuke.github.GHMilestone
-
Uses of GHMilestone in org.kohsuke.github
Modifier and TypeMethodDescriptionGHRepository.createMilestone
(String title, String description) Create milestone gh milestone.GHIssue.getMilestone()
Gets milestone.GHIssueEvent.getMilestone()
Get theGHMilestone
that this issue was added to or removed from.GHRepository.getMilestone
(int number) Gets milestone.Modifier and TypeMethodDescriptionGHRepository.listMilestones
(GHIssueState state) Lists up all the milestones in this repository.Modifier and TypeMethodDescriptionGHRepository.getIssues
(GHIssueState state, GHMilestone milestone) Gets issues.GHIssueBuilder.milestone
(GHMilestone milestone) Milestone gh issue builder.void
GHIssue.setMilestone
(GHMilestone milestone) Sets the milestone for this issue.