| Modifier and Type | Method and Description | 
|---|---|
Set<Job> | 
getJobList(GetJobListOptions... options)
Returns all jobs found. 
 | 
Set<Job> | 
getJobsById(long... ids)
Returns jobs for the corresponding id(s). 
 | 
Set<Job> | 
getJobsForObjectName(String serverName)
Returns jobs found for an object with a provided name. 
 | 
Set<Job> getJobList(GetJobListOptions... options)
GetJobListOptions.
 
 By default, the result is <=100 items from the date range of 4 weeks ago to now.
 
 NOTE: this method results in a big volume of data in responseSet<Job> getJobsForObjectName(String serverName)
serverName - name of the objectCopyright © 2009-2013 jclouds. All Rights Reserved.