| Modifier and Type | Method and Description |
|---|---|
void |
BambooTestedProduct.fastLogin(TestUser user) |
| 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 |
|---|---|
List<TestUser> |
UserControl.getUsers() |
| Modifier and Type | Method and Description |
|---|---|
Backdoor |
Backdoor.asUser(TestUser authenticatingUser) |
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
|
boolean |
UserControl.removeUser(TestUser user) |
void |
GlobalPermissionControl.setUserPermissions(TestUser testUser,
Collection<BambooPermission> permissions)
Set global permissions for a user.
|
| Modifier and Type | Method and Description |
|---|---|
TestUser |
AbstractEnvironmentData.getAuthenticatingUser() |
TestUser |
BambooEnvironmentData.getAuthenticatingUser() |
| Constructor and Description |
|---|
AbstractEnvironmentData(TestUser authenticatingUser) |
| Modifier and Type | Method and Description |
|---|---|
Backdoor |
BackdoorRule.asUser(TestUser authenticatingUser) |
| Modifier and Type | Method and Description |
|---|---|
UserNotificationDetails.UserNotificationDetailsBuilder |
UserNotificationDetails.UserNotificationDetailsBuilder.user(TestUser user) |
| Constructor and Description |
|---|
UserNotificationDetails(NotificationCondition notificationCondition,
TestUser user) |
| 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 |
| Modifier and Type | Method and Description |
|---|---|
static TestUser |
TestUser.createSimpleUser(String username) |
static TestUser |
TestUser.createUniqueUser(String usernamePrefix,
TestGroup... groups) |
static TestUser |
TestUser.createUniqueUser(TestGroup... groups) |
| Modifier and Type | Method and Description |
|---|---|
static BambooPrincipal |
BambooPrincipal.forUser(TestUser user) |
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.