Uses of Enum Class
org.aoju.bus.gitlab.Constants.StateEvent
Packages that use Constants.StateEvent
-
Uses of Constants.StateEvent in org.aoju.bus.gitlab
Methods in org.aoju.bus.gitlab that return Constants.StateEventModifier and TypeMethodDescriptionstatic Constants.StateEventstatic Constants.StateEventReturns the enum constant of this class with the specified name.static Constants.StateEvent[]Constants.StateEvent.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.aoju.bus.gitlab with parameters of type Constants.StateEventModifier and TypeMethodDescriptionIssuesApi.updateIssue(Object projectIdOrPath, Long issueIid, String title, String description, Boolean confidential, List<Long> assigneeIds, Long milestoneId, String labels, Constants.StateEvent stateEvent, Date updatedAt, Date dueDate) Updates an existing project issue.MergeRequestApi.updateMergeRequest(Object projectIdOrPath, Long mergeRequestIid, String targetBranch, String title, Long assigneeId, String description, Constants.StateEvent stateEvent, String labels, Long milestoneId, Boolean removeSourceBranch, Boolean squash, Boolean discussionLocked, Boolean allowCollaboration) Updates an existing merge request. -
Uses of Constants.StateEvent in org.aoju.bus.gitlab.models
Methods in org.aoju.bus.gitlab.models with parameters of type Constants.StateEventModifier and TypeMethodDescriptionMergeRequestParams.withStateEvent(Constants.StateEvent stateEvent) New state (close/reopen).