public enum RestartBrowserForEach extends java.lang.Enum<RestartBrowserForEach>
| Enum Constant and Description |
|---|
EXAMPLE |
FEATURE |
NEVER |
SCENARIO |
STORY |
| Modifier and Type | Method and Description |
|---|---|
static RestartBrowserForEach |
configuredIn(EnvironmentVariables environmentVariables) |
boolean |
restartBrowserForANew(RestartBrowserForEach restartLevel) |
static RestartBrowserForEach |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RestartBrowserForEach[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RestartBrowserForEach NEVER
public static final RestartBrowserForEach FEATURE
public static final RestartBrowserForEach STORY
public static final RestartBrowserForEach SCENARIO
public static final RestartBrowserForEach EXAMPLE
public static RestartBrowserForEach[] values()
for (RestartBrowserForEach c : RestartBrowserForEach.values()) System.out.println(c);
public static RestartBrowserForEach 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 boolean restartBrowserForANew(RestartBrowserForEach restartLevel)
public static RestartBrowserForEach configuredIn(EnvironmentVariables environmentVariables)