Class BambooOldLoginPage
java.lang.Object
com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
com.atlassian.bamboo.pageobjects.pages.global.BambooLoginPage
com.atlassian.bamboo.pageobjects.pages.global.BambooOldLoginPage
- All Implemented Interfaces:
com.atlassian.pageobjects.Page
,com.atlassian.pageobjects.page.LoginPage
Login page for Bamboo pre-10.1 version
-
Field Summary
Fields inherited from class com.atlassian.bamboo.pageobjects.pages.global.BambooLoginPage
MAX_FUTURE_STEPS_FOR_TOTP, URI
Fields inherited from class com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
driver, elementFinder, pageBinder, poller, testedProduct, timeouts
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.atlassian.pageobjects.elements.PageElement
This must return an element whose presence indicates that we're on given page.protected com.atlassian.pageobjects.elements.query.TimedCondition
This indicates that the page has loaded and the presence of indicator may be verified.<M extends com.atlassian.pageobjects.Page>
MloginExpectingError
(String username, String password) Methods inherited from class com.atlassian.bamboo.pageobjects.pages.global.BambooLoginPage
captchaLoaded, forgotPassword, getCaptchaImageSource, getErrorMessage, getUrl, login, login, login, login, login2sv, loginAsSysAdmin, loginAsSysAdmin, showsCaptcha
Methods inherited from class com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
click, doWait, ensureIndicatorPresent, getFooter, getHeader, getTimeouts, isAdmin, isLoggedIn, sendEscapeKey, waitUntilElementIsLocated, waitUntilElementIsNotLocated, waitUntilElementIsNotVisible, waitUntilElementIsVisible
-
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 classBambooLoginPage
- 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 classBambooLoginPage
- 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 classBambooLoginPage
-
loginExpectingError
- Overrides:
loginExpectingError
in classBambooLoginPage
-