Uses of Interface
com.atlassian.scheduler.status.RunDetails

Packages that use RunDetails
com.atlassian.scheduler Major component interfaces and supporting classes for the atlassian-scheduler API. 
 

Uses of RunDetails in com.atlassian.scheduler
 

Methods in com.atlassian.scheduler that return RunDetails
 RunDetails SchedulerHistoryService.getLastRunForJob(JobId jobId)
          Returns the result of the most recent attempt to run this job.
 RunDetails SchedulerHistoryService.getLastSuccessfulRunForJob(JobId jobId)
          Returns the result of the most recent successful run of this job.
 



Copyright © 2015 Atlassian. All rights reserved.