com.atlassian.jira.pageobjects.pages
Class DeletePermissionPage

java.lang.Object
  extended by com.atlassian.jira.pageobjects.pages.AbstractJiraPage
      extended by com.atlassian.jira.pageobjects.pages.DeletePermissionPage
All Implemented Interfaces:
com.atlassian.pageobjects.Page

public class DeletePermissionPage
extends AbstractJiraPage

Represents Page Object of page represented by secure/admin/DeletePermission!default.jspa?id={id}&schemeId={schemeId}". It is confirmation page, when permission is going to be deleted.

Since:
v6.2

Field Summary
 
Fields inherited from class com.atlassian.jira.pageobjects.pages.AbstractJiraPage
body, driver, elementFinder, footerElement, metaElement, pageBinder, timeouts
 
Constructor Summary
DeletePermissionPage(int id, int schemeId)
          Constructor.
 
Method Summary
 EditPermissionsPage delete()
           
 int getId()
           
 int getSchemeId()
           
 String getUrl()
          
 com.atlassian.pageobjects.elements.query.TimedCondition isAt()
          Timed condition checking if we're at given page.
 
Methods inherited from class com.atlassian.jira.pageobjects.pages.AbstractJiraPage
back, createXsrfUrl, doWait, execKeyboardShortcut, getHeader, getPageTitle, getXsrfToken, isAdmin, isLoggedIn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeletePermissionPage

public DeletePermissionPage(int id,
                            int schemeId)
Constructor.

Parameters:
id - getId()
schemeId - getSchemeId()
Method Detail

isAt

public com.atlassian.pageobjects.elements.query.TimedCondition isAt()
Timed condition checking if we're at given page.

Specified by:
isAt in class AbstractJiraPage
Returns:
timed condition checking, if the test is at given page

getUrl

public String getUrl()


getId

public int getId()
Returns:
Identity of permission which is going to be deleted.

getSchemeId

public int getSchemeId()
Returns:
Identity of scheme, which is owner of permission, which is going to be deleted.

delete

public EditPermissionsPage delete()


Copyright © 2002-2014 Atlassian. All Rights Reserved.