Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
佳 邓
Gitlab4j Api
Commits
4afb5ded
Commit
4afb5ded
authored
Oct 26, 2019
by
Greg Messner
Browse files
Added LOCKED value to MergeRequestState enum (#457).
parent
e2e0b82a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/gitlab4j/api/Constants.java
View file @
4afb5ded
...
@@ -332,7 +332,7 @@ public interface Constants {
...
@@ -332,7 +332,7 @@ public interface Constants {
/** Enum to use for querying the state of a MergeRequest */
/** Enum to use for querying the state of a MergeRequest */
public
enum
MergeRequestState
{
public
enum
MergeRequestState
{
OPENED
,
CLOSED
,
MERGED
,
ALL
;
OPENED
,
CLOSED
,
LOCKED
,
MERGED
,
ALL
;
private
static
JacksonJsonEnumHelper
<
MergeRequestState
>
enumHelper
=
new
JacksonJsonEnumHelper
<>(
MergeRequestState
.
class
);
private
static
JacksonJsonEnumHelper
<
MergeRequestState
>
enumHelper
=
new
JacksonJsonEnumHelper
<>(
MergeRequestState
.
class
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment