public class

ViewServicesPage

extends AbstractJiraAdminPage
java.lang.Object
   ↳ com.atlassian.jira.pageobjects.pages.AbstractJiraPage
     ↳ com.atlassian.jira.pageobjects.pages.AbstractJiraAdminPage
       ↳ com.atlassian.jira.pageobjects.pages.admin.ViewServicesPage

Class Overview

Represents the View Services page in admin section.

Summary

[Expand]
Inherited Fields
From class com.atlassian.jira.pageobjects.pages.AbstractJiraPage
Public Constructors
ViewServicesPage()
Public Methods
String getUrl()
TimedCondition isAt()
Timed condition checking if we're at given page.
boolean isInServicesTable(String term)
Searches the options table with the given term and returns if it is present within the table or not.
String linkId()
ID of the link in the admin menu.
[Expand]
Inherited Methods
From class com.atlassian.jira.pageobjects.pages.AbstractJiraAdminPage
From class com.atlassian.jira.pageobjects.pages.AbstractJiraPage
From class java.lang.Object
From interface com.atlassian.pageobjects.Page

Public Constructors

public ViewServicesPage ()

Public Methods

public String getUrl ()

public TimedCondition isAt ()

Timed condition checking if we're at given page.

Returns
  • timed condition checking, if the test is at given page

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.

public String linkId ()

ID of the link in the admin menu.

Returns
  • ID of the link to this page