public enum DetectJenkinsEnvironmentVariable extends java.lang.Enum<DetectJenkinsEnvironmentVariable>
| Enum Constant and Description |
|---|
SHOULD_ESCAPE |
USER_PROVIDED_JAR_PATH |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
stringValue() |
static DetectJenkinsEnvironmentVariable |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DetectJenkinsEnvironmentVariable[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DetectJenkinsEnvironmentVariable USER_PROVIDED_JAR_PATH
public static final DetectJenkinsEnvironmentVariable SHOULD_ESCAPE
public static DetectJenkinsEnvironmentVariable[] values()
for (DetectJenkinsEnvironmentVariable c : DetectJenkinsEnvironmentVariable.values()) System.out.println(c);
public static DetectJenkinsEnvironmentVariable valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String stringValue()