Uses of Class
com.atlassian.bamboo.testutils.backdoor.UserControl
-
Packages that use UserControl Package Description com.atlassian.bamboo.testutils.backdoor com.atlassian.bamboo.testutils.junit.rule -
-
Uses of UserControl in com.atlassian.bamboo.testutils.backdoor
Methods in com.atlassian.bamboo.testutils.backdoor that return UserControl Modifier and Type Method Description UserControl
UserControl. createTemporaryUser(TestUser user)
Creates user that will be deleted after test executionUserControl
UserControl. createTemporaryUser(TestUser user, BambooPermission... permissions)
Creates user with custom permissions that will be deleted after test executionUserControl
UserControl. createTemporaryUser(TestUser user, Iterable<BambooPermission> permissions)
Creates user with custom permissions that will be deleted after test executionUserControl
UserControl. createUser(TestUser user)
Creates user that will not be deleted after test executionUserControl
UserControl. createUser(TestUser user, Iterable<BambooPermission> permissions)
Creates user with custom permissions that will not be deleted after test executionUserControl
Backdoor. users()
-
Uses of UserControl in com.atlassian.bamboo.testutils.junit.rule
Methods in com.atlassian.bamboo.testutils.junit.rule that return UserControl Modifier and Type Method Description UserControl
BackdoorRule. users()
-