|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@PublicApi public interface SchedulerHistoryService
Allows you to retrieve data about previous runs of a job.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
@CheckForNull
RunDetails getLastRunForJob(@Nonnull
JobId jobId)
jobId - the job ID of interest
null if there
is no recorded run history for this job
@CheckForNull
RunDetails getLastSuccessfulRunForJob(@Nonnull
JobId jobId)
jobId - the job ID of interest
null if there
is no successful result recorded for this job
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||