public class ConcurrentBuildsPage extends AbstractBambooAdminPage
| Modifier and Type | Class and Description |
|---|---|
static class |
ConcurrentBuildsPage.EditMode |
driver, elementFinder, pageBinder, poller, 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.
|
boolean |
isEnabled() |
protected com.atlassian.pageobjects.elements.query.TimedCondition |
isPageLoaded()
This indicates that the page has loaded and the presence of indicator may be verified.
|
getStateBannerdoWait, getFooter, getHeader, isAdmin, isLoggedIn, sendEnterKey, sendEscapeKeypublic com.atlassian.pageobjects.elements.PageElement indicator()
AbstractBambooPageindicator in class AbstractBambooPagepublic void ensureIndicatorPresent()
AbstractBambooPage
Checks for presence of AbstractBambooPage.indicator() by default.
If different wait functionality is required, just override this method.
ensureIndicatorPresent in class AbstractBambooPageprotected com.atlassian.pageobjects.elements.query.TimedCondition isPageLoaded()
AbstractBambooPageisPageLoaded in class AbstractBambooPagepublic String getUrl()
public ConcurrentBuildsPage disableConcurrentBuilds()
public boolean isEnabled()
public ConcurrentBuildsPage enableConcurrentBuilds(int defaultNumberOfConcurrentBuilds)
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.