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
-
Field Summary
FieldsFields inherited from class com.atlassian.bamboo.testutils.config.AbstractEnvironmentData
baseUrl -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull URLLogic stolen fromTestedProductFactory.create(Class, String, TestedProductFactory.TesterFactory)protected StringgetProperty(@NotNull String key) Methods inherited from class com.atlassian.bamboo.testutils.config.AbstractEnvironmentData
getAuthenticatingUserMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.bamboo.testutils.config.BambooEnvironmentData
getBambooServer, getBambooServer
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
WebDriverTestEnvironmentData
public WebDriverTestEnvironmentData()
-
-
Method Details
-
getBaseUrl
Logic stolen fromTestedProductFactory.create(Class, String, TestedProductFactory.TesterFactory)- Specified by:
getBaseUrlin interfaceBambooEnvironmentData- Overrides:
getBaseUrlin classAbstractEnvironmentData
-
getProperty
- Overrides:
getPropertyin classAbstractEnvironmentData
-