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.GHEventPayload.Milestone.getMilestone()Gets the milestone.GHIssue.getMilestone()Gets milestone.GHIssueEvent.getMilestone()Get theGHMilestonethat 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 TypeMethodDescriptionGHMilestoneQueryBuilder.list()List.GHRepository.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) Deprecated.GHIssueBuilder.milestone(GHMilestone milestone) Milestone gh issue builder.voidGHIssue.setMilestone(GHMilestone milestone) Sets the milestone for this issue.
GHRepository.queryIssues()instead.