Uses of Class
com.atlassian.bamboo.testutils.backdoor.UserControl
Packages that use UserControl
Package
Description
-
Uses of UserControl in com.atlassian.bamboo.testutils.backdoor
Methods in com.atlassian.bamboo.testutils.backdoor that return UserControlModifier and TypeMethodDescriptionUserControl.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 executionBackdoor.users()
-
Uses of UserControl in com.atlassian.bamboo.testutils.junit.rule
Methods in com.atlassian.bamboo.testutils.junit.rule that return UserControl