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
public abstract class AbstractBambooSetupPage extends AbstractBambooPage
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
Constructors Constructor Description AbstractBambooSetupPage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
waitForSetupCompleted()
-
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
-
-