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
df054eee
Commit
df054eee
authored
May 23, 2023
by
Jeremie Bresson
Browse files
Merge remote-tracking branch 'origin/main' into 6.x
parents
ac01232b
7763e676
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/gitlab4j/api/Constants.java
View file @
df054eee
...
...
@@ -663,7 +663,7 @@ public interface Constants {
*/
public
enum
CommitBuildState
{
PENDING
,
RUNNING
,
SUCCESS
,
FAILED
,
CANCELED
;
PENDING
,
RUNNING
,
SUCCESS
,
FAILED
,
CANCELED
,
SKIPPED
;
private
static
JacksonJsonEnumHelper
<
CommitBuildState
>
enumHelper
=
new
JacksonJsonEnumHelper
<>(
CommitBuildState
.
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