java.lang.Object
com.atlassian.jira.pageobjects.pages.AbstractJiraPage
com.atlassian.jira.pageobjects.pages.admin.system.MemoryInfoPage
All Implemented Interfaces:
com.atlassian.pageobjects.Page

public class MemoryInfoPage extends AbstractJiraPage
  • Field Details

    • URI

      public static final String URI
      See Also:
    • finder

      @Inject protected com.atlassian.pageobjects.elements.PageElementFinder finder
  • Constructor Details

    • MemoryInfoPage

      public MemoryInfoPage()
  • Method Details

    • isAt

      public com.atlassian.pageobjects.elements.query.TimedCondition isAt()
      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()
      Returns:
      The URI, including query string, relative to the base url
    • getJvmInfoForRowTitle

      public MemoryInfoPage.MemoryInfo getJvmInfoForRowTitle(String jvmInfoKey)