|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Operation | |
---|---|
com.atlassian.bamboo.webdriver | |
com.atlassian.bamboo.webdriver.page.admin |
Uses of Operation in com.atlassian.bamboo.webdriver |
---|
Methods in com.atlassian.bamboo.webdriver that return Operation | |
---|---|
static Operation |
Operation.valueOf(java.lang.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. |
Uses of Operation in com.atlassian.bamboo.webdriver.page.admin |
---|
Fields in com.atlassian.bamboo.webdriver.page.admin with type parameters of type Operation | |
---|---|
com.google.common.collect.ImmutableList<Operation> |
UsersAdminPage.User.operations
|
Methods in com.atlassian.bamboo.webdriver.page.admin that return types with arguments of type Operation | |
---|---|
com.google.common.collect.ImmutableList<Operation> |
GroupsAdminPage.Group.getOperations()
|
Constructor parameters in com.atlassian.bamboo.webdriver.page.admin with type arguments of type Operation | |
---|---|
GroupsAdminPage.Group(java.lang.String name,
int numberOfUsers,
com.google.common.collect.ImmutableList<Operation> operations)
|
|
UsersAdminPage.User(java.lang.String username,
java.lang.String email,
java.lang.String fullName,
java.util.List<java.lang.String> groups,
com.google.common.collect.ImmutableList<Operation> operations)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |