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, URIFields 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.PageElementThis must return an element whose presence indicates that we're on given page.protected com.atlassian.pageobjects.elements.query.TimedConditionThis 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, getCaptchaImageSource, getErrorMessage, getUrl, login, login, login, login, login2sv, loginAsSysAdmin, loginAsSysAdmin, showsCaptchaMethods 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:AbstractBambooPageThis indicates that the page has loaded and the presence of indicator may be verified.- Overrides:
isPageLoadedin classBambooLoginPage- Returns:
- time condition indication that the page has loaded
-
indicator
public com.atlassian.pageobjects.elements.PageElement indicator()Description copied from class:AbstractBambooPageThis must return an element whose presence indicates that we're on given page.- Overrides:
indicatorin classBambooLoginPage- Returns:
- element uniquely identifying given page
-
login
public <M extends com.atlassian.pageobjects.Page> M login(String username, String password, boolean rememberMe, @Nullable Class<M> nextPage) - Overrides:
loginin classBambooLoginPage
-
loginExpectingError
- Overrides:
loginExpectingErrorin classBambooLoginPage
-