Uses of Enum Class
org.aoju.bus.gitlab.Constants.MergeRequestState
Packages that use Constants.MergeRequestState
-
Uses of Constants.MergeRequestState in org.aoju.bus.gitlab
Methods in org.aoju.bus.gitlab that return Constants.MergeRequestStateModifier and TypeMethodDescriptionstatic Constants.MergeRequestStatestatic Constants.MergeRequestStateReturns the enum constant of this class with the specified name.static Constants.MergeRequestState[]Constants.MergeRequestState.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.MergeRequestStateModifier and TypeMethodDescriptionMergeRequestApi.getMergeRequests(Object projectIdOrPath, Constants.MergeRequestState state) Get all merge requests with a specific state for the specified project.MergeRequestApi.getMergeRequests(Object projectIdOrPath, Constants.MergeRequestState state, int itemsPerPage) Get all merge requests for the specified project.MergeRequestApi.getMergeRequests(Object projectIdOrPath, Constants.MergeRequestState state, int page, int perPage) Get all merge requests for the specified project.MergeRequestApi.getMergeRequestsStream(Object projectIdOrPath, Constants.MergeRequestState state) Get all merge requests with a specific state for the specified project as a Stream. -
Uses of Constants.MergeRequestState in org.aoju.bus.gitlab.models
Methods in org.aoju.bus.gitlab.models that return Constants.MergeRequestStateMethods in org.aoju.bus.gitlab.models with parameters of type Constants.MergeRequestStateModifier and TypeMethodDescriptionvoidMergeRequestFilter.setState(Constants.MergeRequestState state) MergeRequestFilter.withState(Constants.MergeRequestState state)