Uses of Class
io.ultreia.maven.gitlab.model.MilestoneModel
-
Packages that use MilestoneModel Package Description io.ultreia.maven.gitlab.model -
-
Uses of MilestoneModel in io.ultreia.maven.gitlab.model
Methods in io.ultreia.maven.gitlab.model that return types with arguments of type MilestoneModel Modifier and Type Method Description List<MilestoneModel>ProjectModel. getMilestones()Constructor parameters in io.ultreia.maven.gitlab.model with type arguments of type MilestoneModel Constructor Description ProjectModel(String projectUrl, String title, String author, String authorEmail, Set<MilestoneModel> milestones, List<String> trackers)
-