Uses of Enum
org.gitlab4j.api.Constants.StateEvent
Packages that use Constants.StateEvent
-
Uses of Constants.StateEvent in org.gitlab4j.api
Methods in org.gitlab4j.api that return Constants.StateEventModifier and TypeMethodDescriptionstatic Constants.StateEvent
static Constants.StateEvent
Returns the enum constant of this type with the specified name.static Constants.StateEvent[]
Constants.StateEvent.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.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.gitlab4j.api.models
Methods in org.gitlab4j.api.models with parameters of type Constants.StateEventModifier and TypeMethodDescriptionMergeRequestParams.withStateEvent
(Constants.StateEvent stateEvent) New state (close/reopen).