Uses of Interface
com.atlassian.bamboo.testutils.config.BambooEnvironmentData
-
-
Uses of BambooEnvironmentData in com.atlassian.bamboo.export
Methods in com.atlassian.bamboo.export with parameters of type BambooEnvironmentData Modifier and Type Method Description static long
ConfigImportTestUtils. createOrUpdateDeployment(BambooEnvironmentData bambooEnvironmentData, com.atlassian.bamboo.specs.api.model.deployment.DeploymentProperties props)
static void
ConfigImportTestUtils. createOrUpdateDeploymentPermissions(BambooEnvironmentData bambooEnvironmentData, com.atlassian.bamboo.specs.api.model.permission.DeploymentPermissionsProperties props)
static void
ConfigImportTestUtils. createOrUpdateEnvironmentPermissions(BambooEnvironmentData bambooEnvironmentData, com.atlassian.bamboo.specs.api.model.permission.EnvironmentPermissionsProperties props)
static void
ConfigImportTestUtils. createOrUpdateParentRepository(BambooEnvironmentData bambooEnvironmentData, String yaml)
static void
ConfigImportTestUtils. createOrUpdatePlan(BambooEnvironmentData bambooEnvironmentData, com.atlassian.bamboo.specs.api.model.plan.PlanProperties topLevelPlanProperties)
static void
ConfigImportTestUtils. createOrUpdatePlanBranch(BambooEnvironmentData bambooEnvironmentData, com.atlassian.bamboo.specs.api.model.plan.PlanProperties topLevelPlanProperties, String branch)
static com.atlassian.bamboo.specs.api.model.deployment.DeploymentProperties
ConfigImportTestUtils. exportDeployment(BambooEnvironmentData bambooEnvironmentData, long deploymentProjectId)
static com.atlassian.bamboo.specs.api.model.plan.PlanProperties
ConfigImportTestUtils. exportPlan(BambooEnvironmentData bambooEnvironmentData, PlanKey planKey)
static void
ConfigImportTestUtils. updatePlanPermission(BambooEnvironmentData bambooEnvironmentData, com.atlassian.bamboo.specs.api.model.permission.PlanPermissionsProperties planPermissionProperties)
-
Uses of BambooEnvironmentData in com.atlassian.bamboo.pageobjects.pages.vcs
Methods in com.atlassian.bamboo.pageobjects.pages.vcs with parameters of type BambooEnvironmentData Modifier and Type Method Description String
BambooSpecsStatusTab.SpecsLog. getLogContent(BambooEnvironmentData bambooEnvironmentData, TestUser testUser)
-
Uses of BambooEnvironmentData in com.atlassian.bamboo.testutils.agent
Constructors in com.atlassian.bamboo.testutils.agent with parameters of type BambooEnvironmentData Constructor Description RemoteAgent(BambooEnvironmentData bambooEnvironmentData)
RemoteAgent(BambooEnvironmentData bambooEnvironmentData, boolean startImmediately)
RemoteAgent(BambooEnvironmentData bambooEnvironmentData, boolean startImmediately, boolean tearDownLocalAgents, String ephemeralFor)
RemoteAgent(BambooEnvironmentData bambooEnvironmentData, boolean startImmediately, boolean tearDownLocalAgents, String ephemeralFor, boolean tryToReuseAgent)
-
Uses of BambooEnvironmentData in com.atlassian.bamboo.testutils.backdoor
Methods in com.atlassian.bamboo.testutils.backdoor that return BambooEnvironmentData Modifier and Type Method Description protected BambooEnvironmentData
BackdoorControl. getEnvironmentData()
-
Uses of BambooEnvironmentData in com.atlassian.bamboo.testutils.backdoor.administration
Constructors in com.atlassian.bamboo.testutils.backdoor.administration with parameters of type BambooEnvironmentData Constructor Description LogSettingsControl(@NotNull BambooEnvironmentData environmentData)
-
Uses of BambooEnvironmentData in com.atlassian.bamboo.testutils.backdoor.artifact
Constructors in com.atlassian.bamboo.testutils.backdoor.artifact with parameters of type BambooEnvironmentData Constructor Description ArtifactsControl(@NotNull BambooEnvironmentData environmentData)
-
Uses of BambooEnvironmentData in com.atlassian.bamboo.testutils.backdoor.deployments
Constructors in com.atlassian.bamboo.testutils.backdoor.deployments with parameters of type BambooEnvironmentData Constructor Description DeploymentsControl(@NotNull BambooEnvironmentData environmentData)
EnvironmentsControl(@NotNull BambooEnvironmentData environmentData)
-
Uses of BambooEnvironmentData in com.atlassian.bamboo.testutils.backdoor.model
Constructors in com.atlassian.bamboo.testutils.backdoor.model with parameters of type BambooEnvironmentData Constructor Description CaptchaControl(@NotNull BambooEnvironmentData environmentData)
-
Uses of BambooEnvironmentData in com.atlassian.bamboo.testutils.config
Classes in com.atlassian.bamboo.testutils.config that implement BambooEnvironmentData Modifier and Type Class Description class
AbstractEnvironmentData
class
AmpsTestEnvironmentData
class
WiredTestEnvironmentData
-
Uses of BambooEnvironmentData in com.atlassian.bamboo.testutils.http
Methods in com.atlassian.bamboo.testutils.http with parameters of type BambooEnvironmentData Modifier and Type Method Description static @NotNull org.apache.http.client.methods.HttpGet
HttpTestUtils. createGetMethod(@NotNull BambooEnvironmentData environmentData, @NotNull String location)
static @NotNull org.apache.http.client.methods.HttpPost
HttpTestUtils. createPostMethod(@NotNull BambooEnvironmentData environmentData, @NotNull String location)
static @NotNull String
HttpTestUtils. getUrl(@NotNull BambooEnvironmentData environmentData, @NotNull String location)
-
Uses of BambooEnvironmentData in com.atlassian.bamboo.testutils.junit
Methods in com.atlassian.bamboo.testutils.junit with parameters of type BambooEnvironmentData Modifier and Type Method Description static BackdoorRule
BambooJUnit. backdoorRule(BambooEnvironmentData environmentData)
static DetectCapabilitiesRule
BambooJUnit. detectCapabilitiesRule(BambooEnvironmentData environmentData)
-
Uses of BambooEnvironmentData in com.atlassian.bamboo.testutils.junit.rule
Methods in com.atlassian.bamboo.testutils.junit.rule that return BambooEnvironmentData Modifier and Type Method Description BambooEnvironmentData
BackdoorRule. getEnvironmentData()
Constructors in com.atlassian.bamboo.testutils.junit.rule with parameters of type BambooEnvironmentData Constructor Description BackdoorRule(BambooEnvironmentData environmentData)
DetectCapabilitiesRule(@NotNull BambooEnvironmentData environmentData)
LogTestProgressRule(BambooEnvironmentData environmentData)
-
Uses of BambooEnvironmentData in com.atlassian.bamboo.testutils.rest
Methods in com.atlassian.bamboo.testutils.rest with parameters of type BambooEnvironmentData Modifier and Type Method Description static io.restassured.builder.RequestSpecBuilder
RestAssuredUtils. bambooAnonymousRestRequestSpecBuilder(@NotNull BambooEnvironmentData environmentData)
static io.restassured.builder.RequestSpecBuilder
RestAssuredUtils. bambooAnonymousRestRequestSpecBuilderNoBody(@NotNull BambooEnvironmentData environmentData)
static io.restassured.builder.RequestSpecBuilder
RestAssuredUtils. bambooRestRequestSpecBuilder(@NotNull BambooEnvironmentData environmentData)
static io.restassured.builder.RequestSpecBuilder
RestAssuredUtils. bambooRestRequestSpecBuilder(@NotNull BambooEnvironmentData environmentData, @NotNull TestUser testUser)
-
Uses of BambooEnvironmentData in com.atlassian.bamboo.webdriver
Classes in com.atlassian.bamboo.webdriver that implement BambooEnvironmentData Modifier and Type Class Description class
WebDriverTestEnvironmentData
Fields in com.atlassian.bamboo.webdriver declared as BambooEnvironmentData Modifier and Type Field Description protected static BambooEnvironmentData
BambooWebDriverTest. testEnvironmentData
-