com.atlassian.jira.pageobjects.pages.admin.roles
Class ViewProjectRolesPage.ProjectRole

java.lang.Object
  extended by com.atlassian.jira.pageobjects.pages.admin.roles.ViewProjectRolesPage.ProjectRole
Enclosing class:
ViewProjectRolesPage

public static class ViewProjectRolesPage.ProjectRole
extends Object


Field Summary
static String MANAGE_USERS
           
protected  com.atlassian.pageobjects.elements.PageElement rowElement
           
 
Constructor Summary
ViewProjectRolesPage.ProjectRole(com.atlassian.pageobjects.elements.PageElement rowElement)
           
 
Method Summary
 com.atlassian.pageobjects.elements.query.TimedQuery<String> getProjectRoleId()
          Returns the numeric id of the project role (i.e.
 com.atlassian.pageobjects.elements.query.TimedQuery<String> getProjectRoleName()
           
 ViewDefaultProjectRoleActorsPage manageDefaultMembers()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rowElement

protected final com.atlassian.pageobjects.elements.PageElement rowElement

MANAGE_USERS

public static final String MANAGE_USERS
See Also:
Constant Field Values
Constructor Detail

ViewProjectRolesPage.ProjectRole

public ViewProjectRolesPage.ProjectRole(com.atlassian.pageobjects.elements.PageElement rowElement)
Method Detail

manageDefaultMembers

public ViewDefaultProjectRoleActorsPage manageDefaultMembers()

getProjectRoleName

public com.atlassian.pageobjects.elements.query.TimedQuery<String> getProjectRoleName()

getProjectRoleId

public com.atlassian.pageobjects.elements.query.TimedQuery<String> getProjectRoleId()
Returns the numeric id of the project role (i.e. not the id with the project name)

Returns:


Copyright © 2002-2014 Atlassian. All Rights Reserved.