Uses of Class
com.sudicode.fb2gh.github.GHMilestone
-
Packages that use GHMilestone Package Description com.sudicode.fb2gh.github Interactions with the GitHub API. -
-
Uses of GHMilestone in com.sudicode.fb2gh.github
Methods in com.sudicode.fb2gh.github that return GHMilestone Modifier and Type Method Description GHMilestone
GHRepo. addMilestone(String title)
Create a milestone.GHMilestone
GHRepo. getMilestone(int number)
Get a single milestone.Methods in com.sudicode.fb2gh.github that return types with arguments of type GHMilestone Modifier and Type Method Description Optional<GHMilestone>
GHIssue. getMilestone()
Get the milestone of this issue, if one exists.List<GHMilestone>
GHRepo. getMilestones()
Get all milestones within this repository.Methods in com.sudicode.fb2gh.github with parameters of type GHMilestone Modifier and Type Method Description void
GHIssue. setMilestone(GHMilestone milestone)
Add this issue to a milestone.
-