public class SchedulerAdminPage extends AbstractJiraAdminPage
| Modifier and Type | Class and Description |
|---|---|
static class |
SchedulerAdminPage.JobDetailsRow |
static class |
SchedulerAdminPage.JobRunnerRow |
| Modifier and Type | Field and Description |
|---|---|
protected ExtendedElementFinder |
extendedFinder |
driver, elementFinder, javascriptExecutor, metaElement, pageBinder, timeouts, webDriverPoller| Constructor and Description |
|---|
SchedulerAdminPage() |
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.pageobjects.elements.query.TimedQuery<Iterable<SchedulerAdminPage.JobDetailsRow>> |
getJobDetails(String runnerId) |
com.atlassian.pageobjects.elements.query.TimedQuery<Iterable<SchedulerAdminPage.JobRunnerRow>> |
getJobRunners() |
String |
getUrl() |
com.atlassian.pageobjects.elements.query.TimedCondition |
isAt()
Timed condition checking if we're at given page.
|
com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> |
isShowingJobDetails() |
String |
linkId()
ID of the link in the admin menu.
|
back, doWait, execKeyboardShortcut, getHeader, getPageTitle, getXsrfToken, isAdmin, isLoggedIn@Inject protected ExtendedElementFinder extendedFinder
public String linkId()
AbstractJiraAdminPagelinkId in class AbstractJiraAdminPagepublic com.atlassian.pageobjects.elements.query.TimedCondition isAt()
AbstractJiraPageisAt in class AbstractJiraPagepublic String getUrl()
public com.atlassian.pageobjects.elements.query.TimedQuery<Iterable<SchedulerAdminPage.JobRunnerRow>> getJobRunners()
public com.atlassian.pageobjects.elements.query.TimedQuery<Iterable<SchedulerAdminPage.JobDetailsRow>> getJobDetails(String runnerId)
public com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> isShowingJobDetails()
Copyright © 2002-2021 Atlassian. All Rights Reserved.