Interface BambooEnvironmentData

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

public interface BambooEnvironmentData
  • Method Summary

    Modifier and Type
    Method
    Description
    com.atlassian.bamboo.specs.util.AuthenticationProvider
     
    default com.atlassian.bamboo.specs.util.BambooServer
     
    default @NotNull com.atlassian.bamboo.specs.util.BambooServer
     
    @NotNull URL
     
  • Method Details

    • getBaseUrl

      @NotNull @NotNull URL 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)