public abstract class AbstractIssueNavigatorPage extends AbstractJiraPage
Modifier and Type | Class and Description |
---|---|
static class |
AbstractIssueNavigatorPage.NavigatorMode |
static class |
AbstractIssueNavigatorPage.ViewMode |
Modifier and Type | Field and Description |
---|---|
protected com.atlassian.pageobjects.elements.PageElement |
emptyResults |
protected com.atlassian.pageobjects.elements.PageElement |
mainContent |
protected com.atlassian.pageobjects.elements.PageElement |
modeSwitcher
Deprecated.
find within
searchSwitcher instead. |
protected com.atlassian.pageobjects.elements.PageElement |
resultsWrap |
protected com.atlassian.pageobjects.elements.PageElement |
searchButton |
protected com.atlassian.pageobjects.elements.PageElement |
searchSwitcher |
body, driver, elementFinder, metaElement, pageBinder, timeouts
Constructor and Description |
---|
AbstractIssueNavigatorPage() |
Modifier and Type | Method and Description |
---|---|
IssueNavigatorResults |
getResults() |
com.atlassian.pageobjects.elements.query.TimedCondition |
hasEmptyResults() |
com.atlassian.pageobjects.elements.query.TimedCondition |
hasResults() |
com.atlassian.pageobjects.elements.query.TimedCondition |
isAt()
Timed condition checking if we're at given page.
|
AdvancedSearch |
switchToAdvanced() |
BasicSearch |
switchToSimple() |
protected com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> |
toggleNavigatorView(AbstractIssueNavigatorPage.ViewMode toView) |
protected com.atlassian.pageobjects.elements.query.TimedQuery<String> |
toggleSearchMode(AbstractIssueNavigatorPage.NavigatorMode toMode) |
IssueNavigatorToolsMenu |
toolsMenu() |
back, doWait, execKeyboardShortcut, getHeader, getPageTitle, getXsrfToken, isAdmin, isLoggedIn
protected com.atlassian.pageobjects.elements.PageElement searchButton
protected com.atlassian.pageobjects.elements.PageElement mainContent
protected com.atlassian.pageobjects.elements.PageElement resultsWrap
protected com.atlassian.pageobjects.elements.PageElement searchSwitcher
protected com.atlassian.pageobjects.elements.PageElement emptyResults
protected com.atlassian.pageobjects.elements.PageElement modeSwitcher
searchSwitcher
instead.public com.atlassian.pageobjects.elements.query.TimedCondition isAt()
AbstractJiraPage
isAt
in class AbstractJiraPage
protected com.atlassian.pageobjects.elements.query.TimedQuery<String> toggleSearchMode(AbstractIssueNavigatorPage.NavigatorMode toMode)
protected com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> toggleNavigatorView(AbstractIssueNavigatorPage.ViewMode toView)
public com.atlassian.pageobjects.elements.query.TimedCondition hasResults()
public com.atlassian.pageobjects.elements.query.TimedCondition hasEmptyResults()
public IssueNavigatorResults getResults()
public IssueNavigatorToolsMenu toolsMenu()
public BasicSearch switchToSimple()
public AdvancedSearch switchToAdvanced()
Copyright © 2002-2019 Atlassian. All Rights Reserved.