public static enum Constants.BuildGitStrategy extends Enum<Constants.BuildGitStrategy>
Modifier and Type | Method and Description |
---|---|
static Constants.BuildGitStrategy |
forValue(String value) |
String |
toString() |
String |
toValue() |
static Constants.BuildGitStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Constants.BuildGitStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Constants.BuildGitStrategy FETCH
public static final Constants.BuildGitStrategy CLONE
public static Constants.BuildGitStrategy[] values()
for (Constants.BuildGitStrategy c : Constants.BuildGitStrategy.values()) System.out.println(c);
public static Constants.BuildGitStrategy 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.BuildGitStrategy forValue(String value)
public String toValue()
public String toString()
toString
in class Enum<Constants.BuildGitStrategy>
Copyright © 2022. All rights reserved.