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

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

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

Represents a Delete Link for an permission.


Field Summary
 
Fields inherited from class com.atlassian.pageobjects.elements.WebDriverElement
defaultTimeout, driver, locatable, pageBinder, timeouts
 
Constructor Summary
EditPermissionsPage.DeleteLink(org.openqa.selenium.By locator, com.atlassian.pageobjects.elements.WebDriverLocatable parent, com.atlassian.pageobjects.elements.timeout.TimeoutType timeoutType)
          Constructor.
 
Method Summary
 int getPermissionId()
           
 int getSchemeId()
           
 
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.DeleteLink

public EditPermissionsPage.DeleteLink(org.openqa.selenium.By locator,
                                      com.atlassian.pageobjects.elements.WebDriverLocatable parent,
                                      com.atlassian.pageobjects.elements.timeout.TimeoutType timeoutType)
Constructor.

Parameters:
locator -
parent -
timeoutType -
Method Detail

getPermissionId

public int getPermissionId()
Returns:
id of permission of this link.

getSchemeId

public int getSchemeId()
Returns:
ID of scheme, which is owner of permission.


Copyright © 2002-2014 Atlassian. All Rights Reserved.