Uses of Class
org.kohsuke.github.GHMilestone
-
Packages that use GHMilestone Package Description org.kohsuke.github -
-
Uses of GHMilestone in org.kohsuke.github
Fields in org.kohsuke.github declared as GHMilestone Modifier and Type Field Description protected GHMilestoneGHIssue. milestoneMethods in org.kohsuke.github that return GHMilestone Modifier and Type Method Description GHMilestoneGHRepository. createMilestone(String title, String description)Create milestone gh milestone.GHMilestoneGHIssue. getMilestone()Gets milestone.GHMilestoneGHIssueEvent. getMilestone()Get theGHMilestonethat this issue was added to or removed from.GHMilestoneGHRepository. getMilestone(int number)Gets milestone.GHMilestoneGHMilestone. wrap(GHRepository repo)Deprecated.Methods in org.kohsuke.github that return types with arguments of type GHMilestone Modifier and Type Method Description Map<Integer,GHMilestone>GHRepository. getMilestones()Deprecated.PagedIterable<GHMilestone>GHRepository. listMilestones(GHIssueState state)Lists up all the milestones in this repository.Methods in org.kohsuke.github with parameters of type GHMilestone Modifier and Type Method Description List<GHIssue>GHRepository. getIssues(GHIssueState state, GHMilestone milestone)Gets issues.GHIssueBuilderGHIssueBuilder. milestone(GHMilestone milestone)Milestone gh issue builder.voidGHIssue. setMilestone(GHMilestone milestone)Sets the milestone for this issue.
-