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

public class IndexAdminPage extends AbstractJiraPage
Since:
v6.1
  • 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 class AbstractJiraPage
      Returns:
      timed condition checking, if the test is at given page
    • getUrl

      public String getUrl()
    • await

      public void await()
    • reindexForeground

      public void reindexForeground()
    • indexRecoveryFromFile

      public void indexRecoveryFromFile(String filePath)
    • reindexBackground

      public void reindexBackground()
    • hasError

      public com.atlassian.pageobjects.elements.query.TimedQuery<String> hasError()
    • hasInfo

      public com.atlassian.pageobjects.elements.query.TimedQuery<String> 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()