Interface BambooEnvironmentData
-
- All Known Implementing Classes:
AbstractEnvironmentData
,AmpsTestEnvironmentData
,WebDriverTestEnvironmentData
,WiredTestEnvironmentData
public interface BambooEnvironmentData
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description TestUser
getAuthenticatingUser()
default com.atlassian.bamboo.specs.util.BambooServer
getBambooServer()
default @NotNull com.atlassian.bamboo.specs.util.BambooServer
getBambooServer(TestUser testUser)
@NotNull URL
getBaseUrl()
-
-
-
Method Detail
-
getBaseUrl
@NotNull @NotNull URL getBaseUrl()
-
getAuthenticatingUser
TestUser getAuthenticatingUser()
-
getBambooServer
default com.atlassian.bamboo.specs.util.BambooServer getBambooServer()
-
getBambooServer
@NotNull default @NotNull com.atlassian.bamboo.specs.util.BambooServer getBambooServer(TestUser testUser)
-
-