com.atlassian.confluence.pageobjects.page
Class ConfluenceWebSudoPage

java.lang.Object
  extended by com.atlassian.confluence.pageobjects.page.ConfluenceWebSudoPage
All Implemented Interfaces:
com.atlassian.pageobjects.Page, com.atlassian.pageobjects.page.WebSudoPage

public class ConfluenceWebSudoPage
extends java.lang.Object
implements com.atlassian.pageobjects.page.WebSudoPage

Confluence WebSudo page

Since:
4.1

Constructor Summary
ConfluenceWebSudoPage()
           
 
Method Summary
<T extends com.atlassian.pageobjects.Page>
T
confirm(java.lang.Class<T> targetPage)
           
<T extends com.atlassian.pageobjects.Page>
T
confirm(java.lang.String password, java.lang.Class<T> targetPage)
           
 java.lang.String getUrl()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfluenceWebSudoPage

public ConfluenceWebSudoPage()
Method Detail

getUrl

public java.lang.String getUrl()
Specified by:
getUrl in interface com.atlassian.pageobjects.Page

confirm

public <T extends com.atlassian.pageobjects.Page> T confirm(java.lang.Class<T> targetPage)
Specified by:
confirm in interface com.atlassian.pageobjects.page.WebSudoPage

confirm

public <T extends com.atlassian.pageobjects.Page> T confirm(java.lang.String password,
                                                            java.lang.Class<T> targetPage)
Specified by:
confirm in interface com.atlassian.pageobjects.page.WebSudoPage


Copyright © 2003-2014 Atlassian. All Rights Reserved.