| Package | Description |
|---|---|
| com.atlassian.bamboo.pageobjects.helpers | |
| com.atlassian.bamboo.testutils.backdoor | |
| com.atlassian.bamboo.testutils.user |
| Modifier and Type | Method and Description |
|---|---|
void |
UserHelper.createUserWithGroupIfNecessary(String username,
TestGroup group) |
| Modifier and Type | Method and Description |
|---|---|
GroupControl |
GroupControl.createGroup(TestGroup group) |
| Modifier and Type | Field and Description |
|---|---|
EnumSet<TestGroup> |
TestUser.groups |
static com.google.common.base.Function<TestGroup,String> |
TestGroup.toGroupName |
| Modifier and Type | Method and Description |
|---|---|
static TestGroup |
TestGroup.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestGroup[] |
TestGroup.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static BambooPrincipal |
BambooPrincipal.forGroup(TestGroup group) |
| Constructor and Description |
|---|
TestUser(String username,
String password,
String fullName,
String email,
EnumSet<TestGroup> groups) |
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.