Class BambooOldLoginPage

All Implemented Interfaces:
com.atlassian.pageobjects.Page, com.atlassian.pageobjects.page.LoginPage

public class BambooOldLoginPage extends BambooLoginPage
Login page for Bamboo pre-10.1 version
  • Constructor Details

    • BambooOldLoginPage

      public BambooOldLoginPage()
  • Method Details

    • isPageLoaded

      protected com.atlassian.pageobjects.elements.query.TimedCondition isPageLoaded()
      Description copied from class: AbstractBambooPage
      This indicates that the page has loaded and the presence of indicator may be verified.
      Overrides:
      isPageLoaded in class BambooLoginPage
      Returns:
      time condition indication that the page has loaded
    • indicator

      public com.atlassian.pageobjects.elements.PageElement indicator()
      Description copied from class: AbstractBambooPage
      This must return an element whose presence indicates that we're on given page.
      Overrides:
      indicator in class BambooLoginPage
      Returns:
      element uniquely identifying given page
    • login

      public <M extends com.atlassian.pageobjects.Page> M login(String username, String password, boolean rememberMe, @Nullable @Nullable Class<M> nextPage)
      Overrides:
      login in class BambooLoginPage
    • loginExpectingError

      public BambooOldLoginPage loginExpectingError(String username, String password)
      Overrides:
      loginExpectingError in class BambooLoginPage