Interface BambooEnvironmentData
- All Known Implementing Classes:
AbstractEnvironmentData,AmpsTestEnvironmentData,WebDriverTestEnvironmentData,WiredTestEnvironmentData
public interface BambooEnvironmentData
-
Method Summary
Modifier and TypeMethodDescriptioncom.atlassian.bamboo.specs.util.AuthenticationProviderdefault com.atlassian.bamboo.specs.util.BambooServerdefault @NotNull com.atlassian.bamboo.specs.util.BambooServergetBambooServer(TestUser testUser) @NotNull URL
-
Method Details
-
getBaseUrl
-
getAuthenticatingUser
com.atlassian.bamboo.specs.util.AuthenticationProvider getAuthenticatingUser() -
getBambooServer
default com.atlassian.bamboo.specs.util.BambooServer getBambooServer() -
getBambooServer
@NotNull default @NotNull com.atlassian.bamboo.specs.util.BambooServer getBambooServer(TestUser testUser)
-