com.atlassian.jira.pageobjects.project.people
Class RolesPage.PeopleRoleImpl

java.lang.Object
  extended by com.atlassian.jira.pageobjects.project.people.RolesPage.PeopleRoleImpl
All Implemented Interfaces:
PeopleRole
Enclosing class:
RolesPage

public static class RolesPage.PeopleRoleImpl
extends Object
implements PeopleRole


Nested Class Summary
static class RolesPage.PeopleRoleImpl.GroupImpl
           
static class RolesPage.PeopleRoleImpl.UserImpl
           
 
Nested classes/interfaces inherited from interface com.atlassian.jira.pageobjects.project.people.PeopleRole
PeopleRole.Group, PeopleRole.User
 
Constructor Summary
RolesPage.PeopleRoleImpl(String id)
           
 
Method Summary
 EditPeopleRoleForm edit(String dataFieldName)
           
 boolean equals(Object other)
           
 List<PeopleRole.Group> getGroups()
           
 String getName()
           
 List<PeopleRole.User> getUsers()
           
 int hashCode()
           
 void initialize()
           
 String toString()
           
 void waitForEventsToBeEnabled()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RolesPage.PeopleRoleImpl

public RolesPage.PeopleRoleImpl(String id)
Method Detail

initialize

public void initialize()

getUsers

@Nonnull
public List<PeopleRole.User> getUsers()
Specified by:
getUsers in interface PeopleRole

getGroups

@Nonnull
public List<PeopleRole.Group> getGroups()
Specified by:
getGroups in interface PeopleRole

getName

@Nonnull
public String getName()
Specified by:
getName in interface PeopleRole

edit

@Nonnull
public EditPeopleRoleForm edit(String dataFieldName)
Specified by:
edit in interface PeopleRole

waitForEventsToBeEnabled

public void waitForEventsToBeEnabled()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object other)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2013 Atlassian. All Rights Reserved.