public static final class

EditPermissionsPage.PermissionsRow

extends WebDriverElement
java.lang.Object
   ↳ com.atlassian.pageobjects.elements.WebDriverElement
     ↳ com.atlassian.jira.pageobjects.pages.EditPermissionsPage.PermissionsRow

Class Overview

Permissions row (inside permissions table) row with EditPermissionsPage.PermissionsRowPermission-s.

Summary

[Expand]
Inherited Fields
From class com.atlassian.pageobjects.elements.WebDriverElement
Public Constructors
EditPermissionsPage.PermissionsRow(By locator)
Constructor.
EditPermissionsPage.PermissionsRow(By locator, WebDriverLocatable parent)
Constructor.
Public Methods
PageElement getAddLink()
EditPermissionsPage.PermissionsRowPermission getPermissionByGroup(String group)
boolean hasPermissionForGroup(String group)
Determines whether a group permission exists.
[Expand]
Inherited Methods
From class com.atlassian.pageobjects.elements.WebDriverElement
From class java.lang.Object
From interface com.atlassian.pageobjects.elements.PageElement
From interface com.atlassian.pageobjects.elements.PageElementFinder

Public Constructors

public EditPermissionsPage.PermissionsRow (By locator)

Constructor.

public EditPermissionsPage.PermissionsRow (By locator, WebDriverLocatable parent)

Constructor.

Public Methods

public PageElement getAddLink ()

Returns
  • Add link for a permission

public EditPermissionsPage.PermissionsRowPermission getPermissionByGroup (String group)

Parameters
group name of group e.g.: anyone
Returns
  • resolved permission

public boolean hasPermissionForGroup (String group)

Determines whether a group permission exists.

Parameters
group name of group e.g.: anyone
Returns
  • boolean value indicating whether the group permission exists