Uses of Class
org.kohsuke.github.GHMilestone
Packages that use GHMilestone
-
Uses of GHMilestone in org.kohsuke.github
Fields in org.kohsuke.github declared as GHMilestoneMethods in org.kohsuke.github that return GHMilestoneModifier 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.Methods in org.kohsuke.github that return types with arguments of type GHMilestoneModifier and TypeMethodDescriptionGHRepository.listMilestones
(GHIssueState state) Lists up all the milestones in this repository.Methods in org.kohsuke.github with parameters of type GHMilestoneModifier 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.