Class SchedulerAdminPage
java.lang.Object
com.atlassian.jira.pageobjects.pages.AbstractJiraPage
com.atlassian.jira.pageobjects.pages.AbstractJiraAdminPage
com.atlassian.jira.pageobjects.pages.admin.SchedulerAdminPage
- All Implemented Interfaces:
com.atlassian.pageobjects.Page
- Since:
- v6.3
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Field Summary
FieldsFields inherited from class com.atlassian.jira.pageobjects.pages.AbstractJiraPage
driver, elementFinder, javascriptExecutor, metaElement, pageBinder, timeouts, webDriverPoller
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.atlassian.pageobjects.elements.query.TimedQuery<Iterable<SchedulerAdminPage.JobDetailsRow>>
getJobDetails
(String runnerId) com.atlassian.pageobjects.elements.query.TimedQuery<Iterable<SchedulerAdminPage.JobRunnerRow>>
getUrl()
com.atlassian.pageobjects.elements.query.TimedCondition
isAt()
Timed condition checking if we're at given page.com.atlassian.pageobjects.elements.query.TimedQuery<Boolean>
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
-
Field Details
-
extendedFinder
-
-
Constructor Details
-
SchedulerAdminPage
public SchedulerAdminPage()
-
-
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
-
getJobRunners
public com.atlassian.pageobjects.elements.query.TimedQuery<Iterable<SchedulerAdminPage.JobRunnerRow>> getJobRunners() -
getJobDetails
public com.atlassian.pageobjects.elements.query.TimedQuery<Iterable<SchedulerAdminPage.JobDetailsRow>> getJobDetails(String runnerId) -
isShowingJobDetails
-