Uses of Class
org.jclouds.gogrid.domain.Job

Packages that use Job
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
 Job Job.Builder.build()
           
 

Methods in org.jclouds.gogrid.domain with parameters of type Job
 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
 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
 SortedSet<Job> ParseJobListFromJsonResponse.apply(org.jclouds.http.HttpResponse arg0)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.