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 GHMilestone
GHIssue. milestone
The milestone.Methods in org.kohsuke.github that return GHMilestone Modifier and Type Method Description GHMilestone
GHRepository. createMilestone(String title, String description)
Create milestone gh milestone.GHMilestone
GHIssue. getMilestone()
Gets milestone.GHMilestone
GHIssueEvent. getMilestone()
Get theGHMilestone
that this issue was added to or removed from.GHMilestone
GHRepository. getMilestone(int number)
Gets milestone.GHMilestone
GHMilestone. 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.GHIssueBuilder
GHIssueBuilder. milestone(GHMilestone milestone)
Milestone gh issue builder.void
GHIssue. setMilestone(GHMilestone milestone)
Sets the milestone for this issue.
-