Uses of Class
org.gitlab4j.api.models.Milestone
Packages that use Milestone
-
Uses of Milestone in org.gitlab4j.api
Methods in org.gitlab4j.api that return MilestoneModifier and TypeMethodDescriptionMilestonesApi.activateGroupMilestone
(Object groupIdOrPath, Long milestoneId) Activate a group milestone.MilestonesApi.activateMilestone
(Object projectIdOrPath, Long milestoneId) Activate a milestone.MilestonesApi.closeGroupMilestone
(Object groupIdOrPath, Long milestoneId) Close a group milestone.MilestonesApi.closeMilestone
(Object projectIdOrPath, Long milestoneId) Close a milestone.MilestonesApi.createGroupMilestone
(Object groupIdOrPath, String title, String description, Date dueDate, Date startDate) Create a group milestone.MilestonesApi.createMilestone
(Object projectIdOrPath, String title, String description, Date dueDate, Date startDate) Create a milestone.MilestonesApi.getGroupMilestone
(Object groupIdOrPath, Long milestoneId) Get the specified group milestone.MilestonesApi.getMilestone
(Object projectIdOrPath, Long milestoneId) Get the specified milestone.MilestonesApi.updateGroupMilestone
(Object groupIdOrPath, Long milestoneId, String title, String description, Date dueDate, Date startDate, Constants.MilestoneState milestoneState) Update the specified group milestone.MilestonesApi.updateMilestone
(Object projectIdOrPath, Long milestoneId, String title, String description, Date dueDate, Date startDate, Constants.MilestoneState milestoneState) Update the specified milestone.Methods in org.gitlab4j.api that return types with arguments of type MilestoneModifier and TypeMethodDescriptionMilestonesApi.getGroupMilestones
(Object groupIdOrPath) Get a list of group milestones.MilestonesApi.getGroupMilestones
(Object groupIdOrPath, int itemsPerPage) Get a Page of group milestones.MilestonesApi.getGroupMilestones
(Object groupIdOrPath, int page, int perPage) Get a list of group milestones.MilestonesApi.getGroupMilestones
(Object groupIdOrPath, String search) Get a list of group milestones that have match the search string.MilestonesApi.getGroupMilestones
(Object groupIdOrPath, Constants.MilestoneState state) Get a list of group milestones that have the specified state.MilestonesApi.getGroupMilestones
(Object groupIdOrPath, Constants.MilestoneState state, String search) Get a list of group milestones that have the specified state and match the search string.MilestonesApi.getGroupMilestonesStream
(Object groupIdOrPath) Get a Stream of group milestones.MilestonesApi.getMilestones
(Object projectIdOrPath) Get a list of project milestones.MilestonesApi.getMilestones
(Object projectIdOrPath, int itemsPerPage) Get a Pager of project milestones.MilestonesApi.getMilestones
(Object projectIdOrPath, int page, int perPage) Get a list of project milestones.MilestonesApi.getMilestones
(Object projectIdOrPath, String search) Get a list of project milestones that have match the search string.MilestonesApi.getMilestones
(Object projectIdOrPath, Constants.MilestoneState state) Get a list of project milestones that have the specified state.MilestonesApi.getMilestones
(Object projectIdOrPath, Constants.MilestoneState state, String search) Get a list of project milestones that have the specified state and match the search string.MilestonesApi.getMilestonesStream
(Object projectIdOrPath) Get a Stream of project milestones. -
Uses of Milestone in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return MilestoneModifier and TypeMethodDescriptionAbstractIssue.getMilestone()
Board.getMilestone()
MergeRequest.getMilestone()
Methods in org.gitlab4j.api.models that return types with arguments of type MilestoneMethods in org.gitlab4j.api.models with parameters of type MilestoneModifier and TypeMethodDescriptionvoid
AbstractIssue.setMilestone
(Milestone milestone) void
Board.setMilestone
(Milestone milestone) void
MergeRequest.setMilestone
(Milestone milestone) Method parameters in org.gitlab4j.api.models with type arguments of type Milestone