com.atlassian.jira.pageobjects.project.people
Interface PeopleRole

All Known Implementing Classes:
MockPeopleRole, RolesPage.PeopleRoleImpl

public interface PeopleRole

A role on the project configuration people tab. Interface to facilitate easy testing using assertEquals

Since:
v4.4

Nested Class Summary
static interface PeopleRole.Group
           
static interface PeopleRole.User
           
 
Method Summary
 EditPeopleRoleForm edit(String dataField)
           
 List<PeopleRole.Group> getGroups()
           
 String getName()
           
 List<PeopleRole.User> getUsers()
           
 

Method Detail

getUsers

@Nonnull
List<PeopleRole.User> getUsers()

getGroups

@Nonnull
List<PeopleRole.Group> getGroups()

getName

@Nonnull
String getName()

edit

@Nonnull
EditPeopleRoleForm edit(String dataField)


Copyright © 2002-2013 Atlassian. All Rights Reserved.