Class ViewServicesPage
java.lang.Object
com.atlassian.jira.pageobjects.pages.AbstractJiraPage
com.atlassian.jira.pageobjects.pages.AbstractJiraAdminPage
com.atlassian.jira.pageobjects.pages.admin.ViewServicesPage
- All Implemented Interfaces:
com.atlassian.pageobjects.Page
Represents the View Services page in admin section.
- Since:
- v6.2
-
Field Summary
Fields inherited from class com.atlassian.jira.pageobjects.pages.AbstractJiraPage
body, driver, elementFinder, javascriptExecutor, metaElement, pageBinder, timeouts, webDriverPoller
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetUrl()
com.atlassian.pageobjects.elements.query.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.linkId()
ID of the link in the admin menu.Methods inherited from class com.atlassian.jira.pageobjects.pages.AbstractJiraPage
back, doWait, execKeyboardShortcut, getHeader, getPageTitle, getXsrfToken, isAdmin, isLoggedIn
-
Constructor Details
-
ViewServicesPage
public ViewServicesPage()
-
-
Method Details
-
linkId
Description copied from class:AbstractJiraAdminPage
ID of the link in the admin menu.- Specified by:
linkId
in classAbstractJiraAdminPage
- 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 classAbstractJiraPage
- Returns:
- timed condition checking, if the test is at given page
-
getUrl
-
isInServicesTable
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.
-