Uses of Class
com.atlassian.bamboo.testutils.user.TestUser
Package
Description
-
Uses of TestUser in com.atlassian.bamboo.pageobjects
-
Uses of TestUser in com.atlassian.bamboo.pageobjects.helpers
-
Uses of TestUser in com.atlassian.bamboo.pageobjects.pages.admin
-
Uses of TestUser in com.atlassian.bamboo.pageobjects.pages.global
-
Uses of TestUser in com.atlassian.bamboo.pageobjects.pages.oauth2
-
Uses of TestUser in com.atlassian.bamboo.pageobjects.pages.user
Modifier and TypeMethodDescriptionSignupPage.signUpNewUser
(TestUser user, String captchaResponse) SignupPage.signUpNewUserExpectError
(TestUser user, String captchaResponse) -
Uses of TestUser in com.atlassian.bamboo.pageobjects.pages.vcs
Modifier and TypeMethodDescriptionBambooSpecsStatusTab.SpecsLog.getLogContent
(BambooEnvironmentData bambooEnvironmentData, TestUser testUser) -
Uses of TestUser in com.atlassian.bamboo.testutils.backdoor
Modifier and TypeMethodDescriptionUserControl.createTemporaryUser()
Creates user that will be deleted after test executionUserControl.createTemporaryUser
(BambooPermission... permissions) Creates user that will be deleted after test executionModifier and TypeMethodDescriptioncom.atlassian.bamboo.specs.api.model.plan.PlanProperties
PlansControl.createOrUpdatePlan
(TestUser user, com.atlassian.bamboo.specs.api.builders.plan.Plan plan) com.atlassian.bamboo.specs.api.model.project.ProjectProperties
ProjectsControl.createOrUpdateProjectWithSpecs
(TestUser user, com.atlassian.bamboo.specs.api.builders.project.Project project) UserControl.createTemporaryUser
(TestUser user) Creates user that will be deleted after test executionUserControl.createTemporaryUser
(TestUser user, BambooPermission... permissions) Creates user with custom permissions that will be deleted after test executionUserControl.createTemporaryUser
(TestUser user, Iterable<BambooPermission> permissions) Creates user with custom permissions that will be deleted after test executionUserControl.createUser
(TestUser user) Creates user that will not be deleted after test executionUserControl.createUser
(TestUser user, Iterable<BambooPermission> permissions) Creates user with custom permissions that will not be deleted after test execution@NotNull List<BambooPermission>
GlobalPermissionControl.getUserPermissions
(@NotNull TestUser user) Get current global user permissions.boolean
UserControl.removeUser
(TestUser user) void
GlobalPermissionControl.setUserPermissions
(@NotNull TestUser testUser, @NotNull Collection<BambooPermission> permissions) Set global permissions for a user. -
Uses of TestUser in com.atlassian.bamboo.testutils.config
Modifier and TypeMethodDescription@NotNull TestUser
AbstractEnvironmentData.getAuthenticatingUser()
BambooEnvironmentData.getAuthenticatingUser()
Modifier and TypeMethodDescriptiondefault @NotNull com.atlassian.bamboo.specs.util.BambooServer
BambooEnvironmentData.getBambooServer
(TestUser testUser) -
Uses of TestUser in com.atlassian.bamboo.testutils.junit.rule
-
Uses of TestUser in com.atlassian.bamboo.testutils.model.notification
Modifier and TypeMethodDescriptionModifierConstructorDescriptionUserNotificationDetails
(NotificationCondition notificationCondition, TestUser user) -
Uses of TestUser in com.atlassian.bamboo.testutils.rest
Modifier and TypeMethodDescriptionstatic io.restassured.builder.RequestSpecBuilder
RestAssuredUtils.bambooRestRequestSpecBuilder
(@NotNull BambooEnvironmentData environmentData, @NotNull TestUser testUser) -
Uses of TestUser in com.atlassian.bamboo.testutils.specs
Modifier and TypeMethodDescriptionstatic 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) -
Uses of TestUser in com.atlassian.bamboo.testutils.user
Modifier and TypeFieldDescriptionstatic final TestUser
TestUser.A_USER
static final TestUser
TestUser.ADMIN
static final TestUser
TestUser.BOB_BUILDER
static final TestUser
TestUser.JOE_USER
static final TestUser
TestUser.RESTRICTED_ADMIN
Modifier and TypeMethodDescriptionstatic TestUser
TestUser.createSimpleUser
(String username) static TestUser
TestUser.createUniqueUser
(TestGroup... groups) static TestUser
TestUser.createUniqueUser
(String usernamePrefix, TestGroup... groups) -
Uses of TestUser in it.com.atlassian.bamboo.deployments
Modifier and TypeMethodDescriptionstatic void
DeploymentsTestHelper.addWritePermission
(@NotNull HibernateMutableAclService aclService, BambooIdProvider object, @NotNull TestUser testUser)