com.atlassian.jira.pageobjects.pages
Class EditPermissionsPage.PermissionsRowPermission

java.lang.Object
  extended by com.atlassian.pageobjects.elements.WebDriverElement
      extended by com.atlassian.jira.pageobjects.pages.EditPermissionsPage.PermissionsRowPermission
All Implemented Interfaces:
com.atlassian.pageobjects.elements.PageElement, com.atlassian.pageobjects.elements.PageElementFinder
Enclosing class:
EditPermissionsPage

public static final class EditPermissionsPage.PermissionsRowPermission
extends com.atlassian.pageobjects.elements.WebDriverElement

Single permission of EditPermissionsPage.PermissionsRow.


Field Summary
 
Fields inherited from class com.atlassian.pageobjects.elements.WebDriverElement
defaultTimeout, driver, locatable, pageBinder, timeouts
 
Constructor Summary
EditPermissionsPage.PermissionsRowPermission(org.openqa.selenium.By locator)
          Constructor.
EditPermissionsPage.PermissionsRowPermission(org.openqa.selenium.By locator, com.atlassian.pageobjects.elements.WebDriverLocatable parent)
          Constructor.
 
Method Summary
 EditPermissionsPage.DeleteLink getDeleteLink()
           
 
Methods inherited from class com.atlassian.pageobjects.elements.WebDriverElement
asWebElement, clear, click, find, find, find, find, findAll, findAll, findAll, findAll, getAttribute, getLocation, getSize, getTagName, getText, getValue, hasAttribute, hasClass, isEnabled, isPresent, isSelected, isVisible, javascript, select, timed, timeout, timeoutInSeconds, toggle, toString, type, waitForWebElement, withTimeout
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EditPermissionsPage.PermissionsRowPermission

public EditPermissionsPage.PermissionsRowPermission(org.openqa.selenium.By locator,
                                                    com.atlassian.pageobjects.elements.WebDriverLocatable parent)
Constructor.

Parameters:
locator -
parent -

EditPermissionsPage.PermissionsRowPermission

public EditPermissionsPage.PermissionsRowPermission(org.openqa.selenium.By locator)
Constructor.

Parameters:
locator -
Method Detail

getDeleteLink

public EditPermissionsPage.DeleteLink getDeleteLink()
Returns:
Delete link for this permission.


Copyright © 2002-2014 Atlassian. All Rights Reserved.