com.atlassian.pageobjects.page
Interface WebSudoPage

All Superinterfaces:
Page
All Known Implementing Classes:
ConfluenceWebSudoPage, JiraWebSudoPage

public interface WebSudoPage
extends Page

The page that confirms the administrator password to start a secure administrator session


Method Summary
<T extends Page>
T
confirm(Class<T> targetPage)
          Confirm the sys admin password and navigate to given page
<T extends Page>
T
confirm(String password, Class<T> targetPage)
          Confirm with given password and navigate to given page
 
Methods inherited from interface com.atlassian.pageobjects.Page
getUrl
 

Method Detail

confirm

<T extends Page> T confirm(Class<T> targetPage)
Confirm the sys admin password and navigate to given page

Type Parameters:
T - Page
Parameters:
targetPage - Page to navigate to after password confirm
Returns:
Instance of target page

confirm

<T extends Page> T confirm(String password,
                           Class<T> targetPage)
Confirm with given password and navigate to given page

Type Parameters:
T - Page
Parameters:
password - The password to confirm
targetPage - Page to navigate to after password confirm
Returns:
Instance of target page


Copyright © 2014 Atlassian. All rights reserved.