public class

ViewDefaultProjectRoleActorsPage

extends AbstractJiraPage
java.lang.Object
   ↳ com.atlassian.jira.pageobjects.pages.AbstractJiraPage
     ↳ com.atlassian.jira.pageobjects.pages.admin.roles.ViewDefaultProjectRoleActorsPage

Class Overview

Page object representing the Edit Members for Project Role page

Summary

Fields
protected PageElement rowsContainer
[Expand]
Inherited Fields
From class com.atlassian.jira.pageobjects.pages.AbstractJiraPage
Public Constructors
ViewDefaultProjectRoleActorsPage(String pageId)
Public Methods
GroupRoleActorActionPage editGroupActors()
UserRoleActorActionPage editUserActors()
String getUrl()
TimedCondition isAt()
Timed condition checking if we're at given page.
Protected Methods
<T> T editActors(Class<T> classType, String linkId)
[Expand]
Inherited Methods
From class com.atlassian.jira.pageobjects.pages.AbstractJiraPage
From class java.lang.Object
From interface com.atlassian.pageobjects.Page

Fields

protected PageElement rowsContainer

Public Constructors

public ViewDefaultProjectRoleActorsPage (String pageId)

Public Methods

public GroupRoleActorActionPage editGroupActors ()

public UserRoleActorActionPage editUserActors ()

public String getUrl ()

public TimedCondition isAt ()

Timed condition checking if we're at given page.

Returns
  • timed condition checking, if the test is at given page

Protected Methods

protected T editActors (Class<T> classType, String linkId)