public enum WebDriverBrowserAutoInstall extends Enum<WebDriverBrowserAutoInstall>
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.base.Supplier<AtlassianWebDriver> |
driverSupplier() |
AtlassianWebDriver |
getDriver() |
static WebDriverBrowserAutoInstall |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebDriverBrowserAutoInstall[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebDriverBrowserAutoInstall INSTANCE
public static WebDriverBrowserAutoInstall[] values()
for (WebDriverBrowserAutoInstall c : WebDriverBrowserAutoInstall.values()) System.out.println(c);
public static WebDriverBrowserAutoInstall 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 AtlassianWebDriver getDriver()
public static com.google.common.base.Supplier<AtlassianWebDriver> driverSupplier()
Copyright © 2015 Atlassian. All rights reserved.