com.atlassian.bamboo.pageobjects.pages.admin
Class GroupsAdminPage.Group

java.lang.Object
  extended by com.atlassian.bamboo.pageobjects.pages.admin.GroupsAdminPage.Group
Enclosing class:
GroupsAdminPage

public static class GroupsAdminPage.Group
extends java.lang.Object


Constructor Summary
GroupsAdminPage.Group(java.lang.String name, int numberOfUsers, com.google.common.collect.ImmutableList<Operation> operations)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getName()
           
 int getNumberOfUsers()
           
 com.google.common.collect.ImmutableList<Operation> getOperations()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GroupsAdminPage.Group

public GroupsAdminPage.Group(java.lang.String name,
                             int numberOfUsers,
                             com.google.common.collect.ImmutableList<Operation> operations)
Method Detail

getName

public java.lang.String getName()

getNumberOfUsers

public int getNumberOfUsers()

getOperations

public com.google.common.collect.ImmutableList<Operation> getOperations()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


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