Class IndexAdminPage
java.lang.Object
com.atlassian.jira.pageobjects.pages.AbstractJiraPage
com.atlassian.jira.pageobjects.pages.admin.IndexAdminPage
- All Implemented Interfaces:
com.atlassian.pageobjects.Page
- Since:
- v6.1
-
Field Summary
Fields inherited from class com.atlassian.jira.pageobjects.pages.AbstractJiraPage
body, driver, elementFinder, javascriptExecutor, metaElement, pageBinder, timeouts, webDriverPoller
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
await()
com.atlassian.pageobjects.elements.PageElement
com.atlassian.pageobjects.elements.PageElement
com.atlassian.pageobjects.elements.PageElement
com.atlassian.pageobjects.elements.PageElement
com.atlassian.pageobjects.elements.PageElement
com.atlassian.pageobjects.elements.PageElement
com.atlassian.pageobjects.elements.PageElement
com.atlassian.pageobjects.elements.PageElement
com.atlassian.pageobjects.elements.PageElement
com.atlassian.pageobjects.elements.PageElement
getUrl()
com.atlassian.pageobjects.elements.query.TimedCondition
com.atlassian.pageobjects.elements.query.TimedQuery<String>
hasError()
com.atlassian.pageobjects.elements.query.TimedCondition
com.atlassian.pageobjects.elements.query.TimedQuery<String>
hasInfo()
void
indexRecoveryFromFile
(String filePath) com.atlassian.pageobjects.elements.query.TimedCondition
isAt()
Timed condition checking if we're at given page.boolean
void
void
Methods inherited from class com.atlassian.jira.pageobjects.pages.AbstractJiraPage
back, doWait, execKeyboardShortcut, getHeader, getPageTitle, getXsrfToken, isAdmin, isLoggedIn
-
Constructor Details
-
IndexAdminPage
public IndexAdminPage()
-
-
Method Details
-
isAt
public com.atlassian.pageobjects.elements.query.TimedCondition isAt()Description copied from class:AbstractJiraPage
Timed condition checking if we're at given page.- Specified by:
isAt
in classAbstractJiraPage
- Returns:
- timed condition checking, if the test is at given page
-
getUrl
-
await
public void await() -
reindexForeground
public void reindexForeground() -
indexRecoveryFromFile
-
reindexBackground
public void reindexBackground() -
hasError
-
hasInfo
-
hasIndexRecoveryBeenDisabled
public com.atlassian.pageobjects.elements.query.TimedCondition hasIndexRecoveryBeenDisabled() -
hasEditSettingsDialogAppear
public com.atlassian.pageobjects.elements.query.TimedCondition hasEditSettingsDialogAppear() -
isForegroundReindexDisabled
public boolean isForegroundReindexDisabled() -
getForegroundRadioButton
public com.atlassian.pageobjects.elements.PageElement getForegroundRadioButton() -
getStartReindexButton
public com.atlassian.pageobjects.elements.PageElement getStartReindexButton() -
getConfirmReindexButton
public com.atlassian.pageobjects.elements.PageElement getConfirmReindexButton() -
getIndexRecoveryEnablementStatus
public com.atlassian.pageobjects.elements.PageElement getIndexRecoveryEnablementStatus() -
getIndexRecoverySnapshotTime
public com.atlassian.pageobjects.elements.PageElement getIndexRecoverySnapshotTime() -
getEditRecoverySettingsButton
public com.atlassian.pageobjects.elements.PageElement getEditRecoverySettingsButton() -
getErrorAnnouncement
public com.atlassian.pageobjects.elements.PageElement getErrorAnnouncement() -
getDisableIndexRecoveryRadio
public com.atlassian.pageobjects.elements.PageElement getDisableIndexRecoveryRadio() -
getEnableIndexRecoveryRadio
public com.atlassian.pageobjects.elements.PageElement getEnableIndexRecoveryRadio() -
getUpdateIndexRecoverySettingsButton
public com.atlassian.pageobjects.elements.PageElement getUpdateIndexRecoverySettingsButton()
-