Class LogoutPage

java.lang.Object
com.atlassian.jira.pageobjects.pages.AbstractJiraPage
com.atlassian.jira.pageobjects.pages.LogoutPage
All Implemented Interfaces:
com.atlassian.pageobjects.Page

public class LogoutPage extends AbstractJiraPage
Page object implementation for the Logout page in JIRA.
Since:
4.4
  • Field Details

    • loginForm

      protected com.atlassian.pageobjects.elements.PageElement loginForm
  • Constructor Details

    • LogoutPage

      public LogoutPage()
  • Method Details

    • getUrl

      public String getUrl()
    • isAt

      public com.atlassian.pageobjects.elements.query.TimedCondition isAt()
      Description copied from class: AbstractJiraPage
      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
    • confirmLogout

      public LogoutPage confirmLogout()
    • logout

      public void logout()