Uses of Class
com.atlassian.bamboo.webdriver.Operation

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
 java.util.Set<Operation> UsersAdminPage.User.operations
           
 

Methods in com.atlassian.bamboo.webdriver.page.admin that return types with arguments of type Operation
 java.util.Set<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, java.util.Set<Operation> operations)
           
UsersAdminPage.User(java.lang.String username, java.lang.String email, java.lang.String fullName, java.util.List<java.lang.String> groups, java.util.Set<Operation> operations)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.