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

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

Uses of JobDetails in com.atlassian.scheduler
 

Methods in com.atlassian.scheduler that return JobDetails
 JobDetails SchedulerService.getJobDetails(JobId jobId)
          Retrieves the details for the specified job ID.
 

Methods in com.atlassian.scheduler that return types with arguments of type JobDetails
 List<JobDetails> SchedulerService.getJobsByJobRunnerKey(JobRunnerKey jobRunnerKey)
          Retrieves the job details for all jobs with the given job runner key.
 



Copyright © 2015 Atlassian. All rights reserved.