Class AbstractBambooSetupPage
java.lang.Object
com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
com.atlassian.bamboo.pageobjects.pages.setup.AbstractBambooSetupPage
- All Implemented Interfaces:
com.atlassian.pageobjects.Page
- Direct Known Subclasses:
SetupAdminUserDetailsPage
,SetupBambooInitialDataPage
,SetupBambooLicensePage
,SetupDatabaseConnectionPage
,SetupDatabasePage
,SetupDatabaseValidationErrorPage
,SetupGeneralConfigurationPage
Abstract Bamboo setup page - setup pages do not have direct URL.
- Since:
- v3.3
-
Field Summary
Fields inherited from class com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
driver, elementFinder, pageBinder, poller, testedProduct, timeouts
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal String
getUrl()
protected <P> P
submitAndWaitForBind
(@NotNull com.atlassian.pageobjects.elements.PageElement submitButton, Class<P> pageClass) protected <P> P
submitAndWaitForBind
(@NotNull com.atlassian.pageobjects.elements.PageElement submitButton, Class<P> pageClass, Duration timeout) protected void
Methods inherited from class com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
click, doWait, ensureIndicatorPresent, getFooter, getHeader, getTimeouts, indicator, isAdmin, isLoggedIn, isPageLoaded, sendEscapeKey, waitUntilElementIsLocated, waitUntilElementIsNotLocated, waitUntilElementIsNotVisible, waitUntilElementIsVisible
-
Constructor Details
-
AbstractBambooSetupPage
public AbstractBambooSetupPage()
-
-
Method Details
-
getUrl
-
waitForSetupCompleted
protected void waitForSetupCompleted() -
submitAndWaitForBind
protected <P> P submitAndWaitForBind(@NotNull @NotNull com.atlassian.pageobjects.elements.PageElement submitButton, Class<P> pageClass) -
submitAndWaitForBind
-