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
aecffa42
Commit
aecffa42
authored
Mar 01, 2018
by
pimtegelaar
Committed by
Greg Messner
Mar 01, 2018
Browse files
A pipeline that is waiting for a manual step to be executed will get the status manual (#147)
parent
bb4f79ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/gitlab4j/api/models/PipelineStatus.java
View file @
aecffa42
...
...
@@ -11,7 +11,7 @@ import com.fasterxml.jackson.annotation.JsonValue;
*/
public
enum
PipelineStatus
{
RUNNING
,
PENDING
,
SUCCESS
,
FAILED
,
CANCELED
,
SKIPPED
;
RUNNING
,
PENDING
,
SUCCESS
,
FAILED
,
CANCELED
,
SKIPPED
,
MANUAL
;
private
static
Map
<
String
,
PipelineStatus
>
valuesMap
=
new
HashMap
<>(
6
);
static
{
...
...
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