public class SchedulerControl extends BackdoorControl<LicenseControl>
Modifier and Type | Class and Description |
---|---|
static class |
SchedulerControl.JobBean |
static class |
SchedulerControl.JobRunBean |
Modifier and Type | Field and Description |
---|---|
static com.sun.jersey.api.client.GenericType<List<SchedulerControl.JobBean>> |
LIST_OF_JOB_BEAN |
static com.sun.jersey.api.client.GenericType<List<String>> |
LIST_OF_STRING |
Modifier and Type | Method and Description |
---|---|
List<SchedulerControl.JobBean> |
getAllJobs() |
SchedulerControl.JobBean |
getJob(com.atlassian.scheduler.config.JobId jobId) |
List<String> |
getJobRunnerKeys() |
List<SchedulerControl.JobBean> |
getJobsByJobRunnerKey(com.atlassian.scheduler.config.JobRunnerKey jobRunnerKey) |
SchedulerControl.JobRunBean |
getLastRun(com.atlassian.scheduler.config.JobId jobId) |
SchedulerControl.JobRunBean |
getLastSuccessfulRun(com.atlassian.scheduler.config.JobId jobId) |
createResource
createResourceForPath, createResourceForPath, get, getRestModulePath
anonymous, cleanUp, client, createResourceGadget, createResourceInternal, errorResponse, expanded, getEnvironmentData, loginAs, loginAs, percentEncode, registerResponse, resourceRoot, setOf, toResponse, toResponse, toResponse
public static final com.sun.jersey.api.client.GenericType<List<String>> LIST_OF_STRING
public static final com.sun.jersey.api.client.GenericType<List<SchedulerControl.JobBean>> LIST_OF_JOB_BEAN
@Nullable public SchedulerControl.JobBean getJob(com.atlassian.scheduler.config.JobId jobId)
public List<SchedulerControl.JobBean> getJobsByJobRunnerKey(com.atlassian.scheduler.config.JobRunnerKey jobRunnerKey)
public List<SchedulerControl.JobBean> getAllJobs()
@Nullable public SchedulerControl.JobRunBean getLastRun(com.atlassian.scheduler.config.JobId jobId)
@Nullable public SchedulerControl.JobRunBean getLastSuccessfulRun(com.atlassian.scheduler.config.JobId jobId)
Copyright © 2002-2018 Atlassian. All Rights Reserved.