public class ConcurrentBuildsPage extends AbstractBambooAdminPage
Modifier and Type | Class and Description |
---|---|
static class |
ConcurrentBuildsPage.EditMode |
driver, elementFinder, pageBinder, testedProduct
Constructor and Description |
---|
ConcurrentBuildsPage() |
Modifier and Type | Method and Description |
---|---|
ConcurrentBuildsPage |
disableConcurrentBuilds()
Disable concurrent builds, do nothing if not enabled
|
ConcurrentBuildsPage |
enableConcurrentBuilds(int defaultNumberOfConcurrentBuilds) |
void |
ensureIndicatorPresent()
Checks for presence of
AbstractBambooPage.indicator() by default. |
String |
getUrl() |
com.atlassian.pageobjects.elements.PageElement |
indicator()
This must return an element whose presence indicates that we're on given page.
|
protected com.atlassian.pageobjects.elements.query.TimedCondition |
isPageLoaded()
This indicates that the page has loaded and the presence of indicator may be verified.
|
getStateBanner, sideMenu
doWait, getFooter, getHeader, isAdmin, isLoggedIn
public com.atlassian.pageobjects.elements.PageElement indicator()
AbstractBambooPage
indicator
in class AbstractBambooPage
public void ensureIndicatorPresent()
AbstractBambooPage
Checks for presence of AbstractBambooPage.indicator()
by default.
If different wait functionality is required, just override this method.
ensureIndicatorPresent
in class AbstractBambooPage
protected com.atlassian.pageobjects.elements.query.TimedCondition isPageLoaded()
AbstractBambooPage
isPageLoaded
in class AbstractBambooPage
public String getUrl()
public ConcurrentBuildsPage disableConcurrentBuilds()
public ConcurrentBuildsPage enableConcurrentBuilds(int defaultNumberOfConcurrentBuilds)
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.