Uses of Class
com.atlassian.bamboo.pageobjects.utils.Operation

Packages that use Operation
com.atlassian.bamboo.pageobjects.pages.admin   
com.atlassian.bamboo.pageobjects.utils   
 

Uses of Operation in com.atlassian.bamboo.pageobjects.pages.admin
 

Fields in com.atlassian.bamboo.pageobjects.pages.admin with type parameters of type Operation
 com.google.common.collect.ImmutableList<Operation> UsersAdminPage.User.operations
           
 

Methods in com.atlassian.bamboo.pageobjects.pages.admin that return types with arguments of type Operation
 com.google.common.collect.ImmutableList<Operation> GroupsAdminPage.Group.getOperations()
           
 

Constructor parameters in com.atlassian.bamboo.pageobjects.pages.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)
           
 

Uses of Operation in com.atlassian.bamboo.pageobjects.utils
 

Methods in com.atlassian.bamboo.pageobjects.utils 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.
 



Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.