| Modifier and Type | Method and Description |
|---|---|
BambooDashboardPage |
LoginHelper.loginIfNecessary(TestUser user) |
| Modifier and Type | Method and Description |
|---|---|
BambooDashboardPage |
BambooLoginPage.login(TestUser user)
Login with default scenario - ending up on the dashboard.
|
BambooDashboardPage |
OnDemandLoginPage.login(TestUser user)
Login with default scenario - ending up on the dashboard.
|
<M extends com.atlassian.pageobjects.Page> |
BambooLoginPage.login(TestUser user,
Class<M> nextPage) |
<M extends com.atlassian.pageobjects.Page> |
OnDemandLoginPage.login(TestUser user,
Class<M> nextPage) |
| Modifier and Type | Method and Description |
|---|---|
BambooDashboardPage |
SignupPage.signUpNewUser(TestUser user,
String captchaResponse) |
SignupPage |
SignupPage.signUpNewUserExpectError(TestUser user,
String captchaResponse) |
| Modifier and Type | Method and Description |
|---|---|
PlanKey |
PlansControl.createPlan(TestBuildDetails buildDetails,
TestUser user) |
protected com.sun.jersey.api.client.WebResource |
BackdoorControl.createResource(TestUser user) |
protected com.sun.jersey.api.client.WebResource |
BackdoorControl.createResourceForPath(String restModulePath,
String restModuleVersion,
TestUser user)
Creates the resource that corresponds to the root of a REST API.
|
protected com.sun.jersey.api.client.WebResource |
BackdoorControl.createResourceForPath(String restModulePath,
TestUser user)
Creates the resource that corresponds to the root of a REST API.
|
UserControl |
UserControl.createTemporaryUser(TestUser user)
Creates user that will be deleted after test execution
|
UserControl |
UserControl.createTemporaryUser(TestUser user,
Iterable<BambooPermission> permissions)
Creates user with custom permissions that will be deleted after test execution
|
UserControl |
UserControl.createUser(TestUser user)
Creates user that will not be deleted after test execution
|
UserControl |
UserControl.createUser(TestUser user,
Iterable<BambooPermission> permissions)
Creates user with custom permissions that will not be deleted after test execution
|
List<RestJob> |
PlansControl.getJobs(PlanKey planKey,
TestUser user) |
RestStageList |
PlansControl.getStages(PlanKey planKey,
TestUser user) |
boolean |
UserControl.removeUser(TestUser user) |
protected com.sun.jersey.api.client.WebResource |
BackdoorControl.resourceRoot(String url,
TestUser user)
Creates a WebResource for the given URL.
|
PlansControl |
PlansControl.triggerBuild(PlanKey planKey,
TestUser user)
Trigger build
|
PlansControl |
PlansControl.triggerBuild(PlanKey planKey,
TestUser user,
Map<String,String> params)
Trigger build
|
PlansControl |
PlansControl.triggerBuildAndAwaitCompletion(PlanKey planKey,
com.atlassian.pageobjects.elements.query.Poller.WaitTimeout timeout,
TestUser user)
Trigger build and wait for the completion
|
RestQueuedBuild |
PlansControl.triggerBuildWithResponse(PlanKey planKey,
TestUser user,
Map<String,String> parameters)
package scope so TriggerPlanBuilder can use it
|
| Modifier and Type | Method and Description |
|---|---|
TriggerPlanBuilder |
TriggerPlanBuilder.withUser(TestUser user) |
| Modifier and Type | Method and Description |
|---|---|
TestUser |
AbstractEnvironmentData.getUser() |
TestUser |
BambooEnvironmentData.getUser() |
| Constructor and Description |
|---|
AbstractEnvironmentData(TestUser testUser) |
| Modifier and Type | Method and Description |
|---|---|
static com.jayway.restassured.builder.RequestSpecBuilder |
RestAssuredUtils.bambooRestRequestSpecBuilder(BambooEnvironmentData environmentData,
TestUser testUser) |
| Modifier and Type | Field and Description |
|---|---|
static TestUser |
TestUser.A_USER |
static TestUser |
TestUser.ADMIN |
static TestUser |
TestUser.BOB_BUILDER |
static TestUser |
TestUser.JOE_USER |
static TestUser |
TestUser.RESTRICTED_ADMIN |
| Modifier and Type | Field and Description |
|---|---|
static Set<TestUser> |
TestUser.autocreatedUsers |
static com.google.common.base.Function<TestUser,String> |
TestUser.toUserName |
| Modifier and Type | Method and Description |
|---|---|
static TestUser |
TestUser.createSimpleUser(String username) |
| Modifier and Type | Method and Description |
|---|---|
static BambooPrincipal |
BambooPrincipal.forUser(TestUser user) |
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.