public class ViewPage extends AbstractJiraPage
body, driver, elementFinder, javascriptExecutor, metaElement, pageBinder, timeouts, webDriverPoller| Constructor and Description |
|---|
ViewPage() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrentPage() |
AuiMessage |
getErrorMessage() |
String |
getExportDisabled() |
List<Record> |
getRecords() |
List<Record> |
getRecordsAddedByRefresh() |
com.atlassian.pageobjects.elements.PageElement |
getRefreshMessage() |
RetentionPeriodInlineDialog |
getRetentionInlineDialog() |
String |
getSearchValue() |
String |
getTimeFilterLabel() |
String |
getUrl() |
void |
goToPage(Integer page) |
com.atlassian.pageobjects.elements.query.TimedCondition |
isAt()
Timed condition checking if we're at given page.
|
com.atlassian.pageobjects.elements.query.TimedCondition |
isExportVisible() |
com.atlassian.pageobjects.elements.query.TimedCondition |
isLoaded() |
void |
noRecordsFound() |
ExportRecordsDialog |
openExportDialog() |
MultiSelect |
openProjectFilter() |
SettingsDialog |
openSettingsDialog() |
TimeFilterDialog |
openTimeFilter() |
void |
refreshResults() |
ViewPage |
reload() |
void |
search(String text) |
void |
waitUntilRetentionPeriodDialogDismissed() |
back, doWait, execKeyboardShortcut, getHeader, getPageTitle, getXsrfToken, isAdmin, isLoggedInpublic AuiMessage getErrorMessage()
public com.atlassian.pageobjects.elements.query.TimedCondition isAt()
AbstractJiraPageisAt in class AbstractJiraPagepublic com.atlassian.pageobjects.elements.query.TimedCondition isLoaded()
public String getUrl()
public com.atlassian.pageobjects.elements.query.TimedCondition isExportVisible()
public ExportRecordsDialog openExportDialog()
public SettingsDialog openSettingsDialog()
public String getExportDisabled()
public TimeFilterDialog openTimeFilter()
public MultiSelect openProjectFilter()
public void noRecordsFound()
public ViewPage reload()
public RetentionPeriodInlineDialog getRetentionInlineDialog()
public void waitUntilRetentionPeriodDialogDismissed()
public void goToPage(Integer page)
public void search(String text)
public String getSearchValue()
public String getTimeFilterLabel()
public String getCurrentPage()
public com.atlassian.pageobjects.elements.PageElement getRefreshMessage()
public void refreshResults()
Copyright © 2002-2021 Atlassian. All Rights Reserved.