Package | Description |
---|---|
com.atlassian.bamboo.pageobjects.pages.admin | |
com.atlassian.bamboo.pageobjects.utils |
Modifier and Type | Field and Description |
---|---|
com.google.common.collect.ImmutableList<Operation> |
UsersAdminPage.User.operations |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<Operation> |
GroupsAdminPage.Group.getOperations() |
Constructor and Description |
---|
Group(String name,
int numberOfUsers,
com.google.common.collect.ImmutableList<Operation> operations) |
User(String username,
String email,
String fullName,
List<String> groups,
com.google.common.collect.ImmutableList<Operation> operations) |
Modifier and Type | Method and Description |
---|---|
static Operation |
Operation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Operation[] |
Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.