Package | Description |
---|---|
com.atlassian.bamboo.testutils.backdoor | |
com.atlassian.bamboo.testutils.junit.rule |
Modifier and Type | Method and Description |
---|---|
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
|
UserControl |
Backdoor.users() |
Modifier and Type | Method and Description |
---|---|
UserControl |
BackdoorRule.users() |
Copyright © 2018 Atlassian Software Systems Pty Ltd. All rights reserved.