Uses of Enum Class
org.miaixz.bus.gitlab.Constants.MilestoneState
Packages that use Constants.MilestoneState
-
Uses of Constants.MilestoneState in org.miaixz.bus.gitlab
Methods in org.miaixz.bus.gitlab that return Constants.MilestoneStateModifier and TypeMethodDescriptionstatic Constants.MilestoneStatestatic Constants.MilestoneStateReturns the enum constant of this class with the specified name.static Constants.MilestoneState[]Constants.MilestoneState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.miaixz.bus.gitlab 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.