Class AbstractEnvironmentData
java.lang.Object
com.atlassian.bamboo.testutils.config.AbstractEnvironmentData
- All Implemented Interfaces:
BambooEnvironmentData
- Direct Known Subclasses:
AmpsTestEnvironmentData
,WebDriverTestEnvironmentData
,WiredTestEnvironmentData
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
protected
AbstractEnvironmentData
(TestUser authenticatingUser) -
Method Summary
Modifier and TypeMethodDescription@NotNull TestUser
@NotNull URL
protected String
getProperty
(@NotNull String key) 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 Details
-
baseUrl
-
-
Constructor Details
-
AbstractEnvironmentData
-
AbstractEnvironmentData
protected AbstractEnvironmentData()
-
-
Method Details
-
getBaseUrl
- Specified by:
getBaseUrl
in interfaceBambooEnvironmentData
-
getAuthenticatingUser
- Specified by:
getAuthenticatingUser
in interfaceBambooEnvironmentData
-
getProperty
-