Class ReportResultPage

java.lang.Object
com.atlassian.jira.pageobjects.pages.AbstractJiraPage
com.atlassian.jira.pageobjects.pages.reports.ReportResultPage
All Implemented Interfaces:
com.atlassian.pageobjects.Page

public class ReportResultPage extends AbstractJiraPage
PageObject for the ReportResult page (the page the shows the final rendered report). There isn't much interaction on this page, but we do need to assert some things about the contents of the sidebar (if it even exists).
Since:
v7.2
  • Constructor Details

    • ReportResultPage

      public ReportResultPage()
  • Method Details

    • getProjectNameInSidebar

      public Optional<String> getProjectNameInSidebar()
      If there is a sidebar on the page for this report, return the name of the project in the sidebar. Otherwise, return empty denoting no sidebar (and therefore, no project) present.
    • 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()