@PublicApi
public interface SchedulerHistoryService
| Modifier and Type | Method and Description |
|---|---|
RunDetails |
getLastRunForJob(JobId jobId)
Returns the result of the most recent attempt to run this job.
|
RunDetails |
getLastSuccessfulRunForJob(JobId jobId)
Returns the result of the most recent successful run of this job.
|
@CheckForNull RunDetails getLastRunForJob(JobId jobId)
jobId - the job ID of interestnull if there
is no recorded run history for this job@CheckForNull RunDetails getLastSuccessfulRunForJob(JobId jobId)
jobId - the job ID of interestnull if there
is no successful result recorded for this jobCopyright © 2017 Atlassian. All rights reserved.