Class IndexProjectPage

java.lang.Object
com.atlassian.jira.pageobjects.pages.AbstractJiraPage
com.atlassian.jira.pageobjects.pages.project.IndexProjectPage
All Implemented Interfaces:
com.atlassian.pageobjects.Page

public class IndexProjectPage extends AbstractJiraPage
Indexing project page with progress bar for indexing project progress.
Since:
v6.1
  • Constructor Details

    • IndexProjectPage

      public IndexProjectPage()
    • IndexProjectPage

      public IndexProjectPage(Long projectId)
  • 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()
    • isCompleted

      public com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> isCompleted()
    • isBeingCanceled

      @Deprecated public com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> isBeingCanceled()
      Deprecated.
    • isCancelledOrBeingCancelled

      public com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> isCancelledOrBeingCancelled()
    • acknowledge

      public void acknowledge()
    • refresh

      public void refresh()
    • cancel

      public void cancel()