Modifier and Type | Method and Description |
---|---|
void |
BambooTestedProduct.fastLogin(TestUser user)
Fast login or change login to the new user
|
Modifier and Type | Method and Description |
---|---|
BambooDashboardPage |
LoginHelper.loginIfNecessary(TestUser user) |
Modifier and Type | Method and Description |
---|---|
EditGroupPage |
EditGroupPage.addUser(TestUser user) |
String |
EditGroupPage.addUserExpectingFailure(TestUser user) |
CreateUserPage |
CreateUserPage.setupUser(TestUser testUser) |
Constructor and Description |
---|
User(TestUser user) |
Modifier and Type | Method and Description |
---|---|
BambooDashboardPage |
BambooLoginPage.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) |
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 |
---|---|
String |
EditLinkedRepositoryPage.SpecsLog.getLogContent(BambooEnvironmentData bambooEnvironmentData,
TestUser testUser) |
Modifier and Type | Method and Description |
---|---|
TestUser |
UserControl.createTemporaryUser()
Creates user that will be deleted after test execution
|
TestUser |
UserControl.createTemporaryUser(BambooPermission... permissions)
Creates user that will be deleted after test execution
|
Modifier and Type | Method and Description |
---|---|
List<TestUser> |
UserControl.getUsers() |
Modifier and Type | Method and Description |
---|---|
Backdoor |
Backdoor.asUser(TestUser authenticatingUser) |
com.atlassian.bamboo.specs.api.model.plan.PlanProperties |
PlansControl.createOrUpdatePlan(TestUser user,
com.atlassian.bamboo.specs.api.builders.plan.Plan plan) |
UserControl |
UserControl.createTemporaryUser(TestUser user)
Creates user that will be deleted after test execution
|
UserControl |
UserControl.createTemporaryUser(TestUser user,
BambooPermission... permissions)
Creates user with custom permissions 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<BambooPermission> |
GlobalPermissionControl.getUserPermissions(TestUser user)
Get current global user permissions.
|
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() |
Modifier and Type | Method and Description |
---|---|
default com.atlassian.bamboo.specs.util.BambooServer |
BambooEnvironmentData.getBambooServer(TestUser testUser) |
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 io.restassured.builder.RequestSpecBuilder |
RestAssuredUtils.bambooRestRequestSpecBuilder(BambooEnvironmentData environmentData,
TestUser testUser) |
Modifier and Type | Method and Description |
---|---|
static com.atlassian.bamboo.specs.api.builders.permission.Permissions |
TestPermissionsSpecsHelper.planAdminPermissions(TestUser user) |
static com.atlassian.bamboo.specs.api.builders.permission.Permissions |
TestPermissionsSpecsHelper.planBuildPermissions(TestUser user) |
static com.atlassian.bamboo.specs.api.builders.permission.Permissions |
TestPermissionsSpecsHelper.planEditPermissions(TestUser user) |
static com.atlassian.bamboo.specs.api.builders.permission.Permissions |
TestPermissionsSpecsHelper.planViewPermissions(TestUser user) |
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) |
Modifier and Type | Method and Description |
---|---|
static void |
DeploymentsTestHelper.addWritePermission(HibernateMutableAclService aclService,
BambooIdProvider object,
TestUser testUser) |
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.