Class ViewServicesPage

All Implemented Interfaces:
com.atlassian.pageobjects.Page

public class ViewServicesPage extends AbstractJiraAdminPage
Represents the View Services page in admin section.
Since:
v6.2
  • Constructor Details

    • ViewServicesPage

      public ViewServicesPage()
  • Method Details

    • linkId

      public String linkId()
      Description copied from class: AbstractJiraAdminPage
      ID of the link in the admin menu.
      Specified by:
      linkId in class AbstractJiraAdminPage
      Returns:
      ID of the link to this page
    • 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()
    • isInServicesTable

      public boolean isInServicesTable(String term)
      Searches the options table with the given term and returns if it is present within the table or not.
      Parameters:
      term - to search with.
      Returns:
      whether or not the term is present.