We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb4f79c commit aecffa4Copy full SHA for aecffa4
src/main/java/org/gitlab4j/api/models/PipelineStatus.java
@@ -11,7 +11,7 @@
11
*/
12
public enum PipelineStatus {
13
14
- RUNNING, PENDING, SUCCESS, FAILED, CANCELED, SKIPPED;
+ RUNNING, PENDING, SUCCESS, FAILED, CANCELED, SKIPPED, MANUAL;
15
16
private static Map<String, PipelineStatus> valuesMap = new HashMap<>(6);
17
static {
0 commit comments