public class QuickFilterRulesConfigurationPage extends AbstractBambooAdminPage
driver, elementFinder, pageBinder, poller, testedProduct
Constructor and Description |
---|
QuickFilterRulesConfigurationPage()
Use this constructor, and not
QuickFilterRulesConfigurationPage(long) , only if the quick filter id is
not available and is not needed. |
QuickFilterRulesConfigurationPage(long quickFilterId) |
Modifier and Type | Method and Description |
---|---|
EditQuickFilterRuleComponent |
addRule() |
List<QuickFilterRuleRow> |
getExistingRules() |
String |
getQuickFilterName() |
String |
getUrl() |
QuickFiltersConfigurationPage |
goBack() |
com.atlassian.pageobjects.elements.PageElement |
indicator()
This must return an element whose presence indicates that we're on given page.
|
getStateBanner
doWait, ensureIndicatorPresent, getFooter, getHeader, isAdmin, isLoggedIn, isPageLoaded, sendEnterKey, sendEscapeKey
public QuickFilterRulesConfigurationPage()
QuickFilterRulesConfigurationPage(long)
, only if the quick filter id is
not available and is not needed. Especially the getUrl()
will not be used.public QuickFilterRulesConfigurationPage(long quickFilterId)
public com.atlassian.pageobjects.elements.PageElement indicator()
AbstractBambooPage
indicator
in class AbstractBambooPage
public String getUrl()
public QuickFiltersConfigurationPage goBack()
public String getQuickFilterName()
public EditQuickFilterRuleComponent addRule()
public List<QuickFilterRuleRow> getExistingRules()
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.