Package com.atlassian.bamboo.webdriver
Class WebDriverTestEnvironmentData
- java.lang.Object
-
- com.atlassian.bamboo.testutils.config.AbstractEnvironmentData
-
- com.atlassian.bamboo.webdriver.WebDriverTestEnvironmentData
-
- All Implemented Interfaces:
BambooEnvironmentData
public class WebDriverTestEnvironmentData extends AbstractEnvironmentData
-
-
Field Summary
Fields Modifier and Type Field Description static WebDriverTestEnvironmentData
INSTANCE
-
Fields inherited from class com.atlassian.bamboo.testutils.config.AbstractEnvironmentData
baseUrl
-
-
Constructor Summary
Constructors Constructor Description WebDriverTestEnvironmentData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull URL
getBaseUrl()
Logic stolen fromTestedProductFactory.create(Class, String, TestedProductFactory.TesterFactory)
protected String
getProperty(@NotNull String key)
-
Methods inherited from class com.atlassian.bamboo.testutils.config.AbstractEnvironmentData
getAuthenticatingUser
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.atlassian.bamboo.testutils.config.BambooEnvironmentData
getBambooServer, getBambooServer
-
-
-
-
Field Detail
-
INSTANCE
public static final WebDriverTestEnvironmentData INSTANCE
-
-
Method Detail
-
getBaseUrl
@NotNull public @NotNull URL getBaseUrl()
Logic stolen fromTestedProductFactory.create(Class, String, TestedProductFactory.TesterFactory)
- Specified by:
getBaseUrl
in interfaceBambooEnvironmentData
- Overrides:
getBaseUrl
in classAbstractEnvironmentData
-
getProperty
protected String getProperty(@NotNull @NotNull String key)
- Overrides:
getProperty
in classAbstractEnvironmentData
-
-