Class AmpsTestEnvironmentData
- java.lang.Object
-
- com.atlassian.bamboo.testutils.config.AbstractEnvironmentData
-
- com.atlassian.bamboo.testutils.config.AmpsTestEnvironmentData
-
- All Implemented Interfaces:
BambooEnvironmentData
public class AmpsTestEnvironmentData extends AbstractEnvironmentData
-
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.testutils.config.AbstractEnvironmentData
baseUrl
-
-
Constructor Summary
Constructors Constructor Description AmpsTestEnvironmentData()
-
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
-
-
-
-
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
-
-