Class SetupBambooInitialDataPage
java.lang.Object
com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
com.atlassian.bamboo.pageobjects.pages.setup.AbstractBambooSetupPage
com.atlassian.bamboo.pageobjects.pages.setup.SetupBambooInitialDataPage
- All Implemented Interfaces:
com.atlassian.pageobjects.Page
-
Field Summary
Fields inherited from class com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
driver, elementFinder, pageBinder, poller, testedProduct, timeouts
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
doWait()
This usesAbstractBambooPage.isPageLoaded()
by default.com.atlassian.pageobjects.elements.PageElement
This must return an element whose presence indicates that we're on given page.com.atlassian.pageobjects.elements.query.TimedCondition
This indicates that the page has loaded and the presence of indicator may be verified.submitWithImportData
(@NotNull String importPath) submitWithImportData
(@NotNull String importPath, @NotNull Duration timeout) submitWithImportData
(@NotNull Path importPath, @NotNull Duration timeout) Methods inherited from class com.atlassian.bamboo.pageobjects.pages.setup.AbstractBambooSetupPage
getUrl, submitAndWaitForBind, submitAndWaitForBind, waitForSetupCompleted
Methods inherited from class com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
click, ensureIndicatorPresent, getFooter, getHeader, getTimeouts, isAdmin, isLoggedIn, sendEscapeKey, waitUntilElementIsLocated, waitUntilElementIsNotLocated, waitUntilElementIsNotVisible, waitUntilElementIsVisible
-
Constructor Details
-
SetupBambooInitialDataPage
public SetupBambooInitialDataPage()
-
-
Method Details
-
isPageLoaded
public 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 classAbstractBambooPage
- Returns:
- time condition indication that the page has loaded
-
doWait
public void doWait()Description copied from class:AbstractBambooPage
This uses
AbstractBambooPage.isPageLoaded()
by default.If different wait functionality is required, just override this method.
- Overrides:
doWait
in classAbstractBambooPage
-
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.- Specified by:
indicator
in classAbstractBambooPage
- Returns:
- element uniquely identifying given page
-
submitWithNewBambooHome
-
submitWithImportData
public BambooDashboardPage submitWithImportData(@NotNull @NotNull Path importPath, @NotNull @NotNull Duration timeout) -
submitWithImportData
-
submitWithImportData
public BambooDashboardPage submitWithImportData(@NotNull @NotNull String importPath, @NotNull @NotNull Duration timeout)
-