Serializable, Comparable<Constants.PipelineScope>public static enum Constants.PipelineScope extends Enum<Constants.PipelineScope>
| Enum Constant | Description |
|---|---|
BRANCHES |
|
FINISHED |
|
PENDING |
|
RUNNING |
|
TAGS |
| Modifier and Type | Method | Description |
|---|---|---|
static Constants.PipelineScope |
forValue(String value) |
|
String |
toString() |
|
String |
toValue() |
|
static Constants.PipelineScope |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Constants.PipelineScope[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Constants.PipelineScope RUNNING
public static final Constants.PipelineScope PENDING
public static final Constants.PipelineScope FINISHED
public static final Constants.PipelineScope BRANCHES
public static final Constants.PipelineScope TAGS
public static Constants.PipelineScope[] values()
for (Constants.PipelineScope c : Constants.PipelineScope.values()) System.out.println(c);
public static Constants.PipelineScope valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static Constants.PipelineScope forValue(String value)
public String toValue()
public String toString()
toString in class Enum<Constants.PipelineScope>Copyright © 2018. All rights reserved.