Uses of Enum
org.gitlab4j.api.Constants.MilestoneState
Packages that use Constants.MilestoneState
-
Uses of Constants.MilestoneState in org.gitlab4j.api
Methods in org.gitlab4j.api that return Constants.MilestoneStateModifier and TypeMethodDescriptionstatic Constants.MilestoneState
static Constants.MilestoneState
Returns the enum constant of this type with the specified name.static Constants.MilestoneState[]
Constants.MilestoneState.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gitlab4j.api with parameters of type Constants.MilestoneStateModifier and TypeMethodDescriptionMilestonesApi.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.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.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.