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
public class SetupBambooInitialDataPage extends AbstractBambooSetupPage
-
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
driver, elementFinder, pageBinder, poller, testedProduct, timeouts
-
-
Constructor Summary
Constructors Constructor Description SetupBambooInitialDataPage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doWait()
This usesAbstractBambooPage.isPageLoaded()
by default.com.atlassian.pageobjects.elements.PageElement
indicator()
This must return an element whose presence indicates that we're on given page.com.atlassian.pageobjects.elements.query.TimedCondition
isPageLoaded()
This indicates that the page has loaded and the presence of indicator may be verified.BambooDashboardPage
submitWithImportData(@NotNull String importPath)
BambooDashboardPage
submitWithImportData(@NotNull String importPath, @NotNull Duration timeout)
BambooDashboardPage
submitWithImportData(@NotNull Path importPath, @NotNull Duration timeout)
SetupAdminUserDetailsPage
submitWithNewBambooHome()
-
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
-
-
-
-
Method Detail
-
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
public SetupAdminUserDetailsPage submitWithNewBambooHome()
-
submitWithImportData
public BambooDashboardPage submitWithImportData(@NotNull @NotNull Path importPath, @NotNull @NotNull Duration timeout)
-
submitWithImportData
public BambooDashboardPage submitWithImportData(@NotNull @NotNull String importPath)
-
submitWithImportData
public BambooDashboardPage submitWithImportData(@NotNull @NotNull String importPath, @NotNull @NotNull Duration timeout)
-
-