Uses of Class
org.jclouds.gogrid.domain.Job
-
Packages that use Job Package Description org.jclouds.gogrid.domain org.jclouds.gogrid.features org.jclouds.gogrid.functions -
-
Uses of Job in org.jclouds.gogrid.domain
Methods in org.jclouds.gogrid.domain that return Job Modifier and Type Method Description Job
Job.Builder. build()
Methods in org.jclouds.gogrid.domain with parameters of type Job Modifier and Type Method Description int
Job. compareTo(Job o)
T
Job.Builder. fromJob(Job in)
-
Uses of Job in org.jclouds.gogrid.features
Methods in org.jclouds.gogrid.features that return types with arguments of type Job Modifier and Type Method Description Set<Job>
GridJobApi. getJobList(GetJobListOptions... options)
Returns all jobs found.Set<Job>
GridJobApi. getJobsById(long... ids)
Returns jobs for the corresponding id(s).Set<Job>
GridJobApi. getJobsForObjectName(String objectName)
Returns jobs found for an object with a provided name. -
Uses of Job in org.jclouds.gogrid.functions
Methods in org.jclouds.gogrid.functions that return types with arguments of type Job Modifier and Type Method Description SortedSet<Job>
ParseJobListFromJsonResponse. apply(HttpResponse arg0)
-