Interface BambooEnvironmentData

All Known Implementing Classes:
AbstractEnvironmentData, AmpsTestEnvironmentData, WebDriverTestEnvironmentData, WiredTestEnvironmentData

public interface BambooEnvironmentData
  • Method Details

    • 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)