Class WiredTestEnvironmentData
- java.lang.Object
-
- com.atlassian.bamboo.testutils.config.AbstractEnvironmentData
-
- com.atlassian.bamboo.testutils.config.WiredTestEnvironmentData
-
- All Implemented Interfaces:
BambooEnvironmentData
public class WiredTestEnvironmentData extends AbstractEnvironmentData
-
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.testutils.config.AbstractEnvironmentData
baseUrl
-
-
Constructor Summary
Constructors Constructor Description WiredTestEnvironmentData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull URL
getBaseUrl()
-
Methods inherited from class com.atlassian.bamboo.testutils.config.AbstractEnvironmentData
getAuthenticatingUser, getProperty
-
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()
- Specified by:
getBaseUrl
in interfaceBambooEnvironmentData
- Overrides:
getBaseUrl
in classAbstractEnvironmentData
-
-