com.atlassian.webdriver.jira.page
Class LogoutPage

java.lang.Object
  extended by com.atlassian.webdriver.jira.page.JiraAbstractPage
      extended by com.atlassian.webdriver.jira.page.LogoutPage
All Implemented Interfaces:
Page

public class LogoutPage
extends JiraAbstractPage

Page object implementation for the Logout page in JIRA.


Field Summary
 
Fields inherited from class com.atlassian.webdriver.jira.page.JiraAbstractPage
driver, pageBinder
 
Constructor Summary
LogoutPage()
           
 
Method Summary
 LogoutPage confirmLogout()
           
 String getUrl()
           
 void waitForLogoutPrompt()
           
 
Methods inherited from class com.atlassian.webdriver.jira.page.JiraAbstractPage
doWait, getDashboardMenu, getHeader, isAdmin, isLoggedIn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogoutPage

public LogoutPage()
Method Detail

getUrl

public String getUrl()
Returns:
The URI, including query string, relative to the base url

confirmLogout

public LogoutPage confirmLogout()

waitForLogoutPrompt

public void waitForLogoutPrompt()


Copyright © 2014 Atlassian. All rights reserved.