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

Packages that use JobProperties
org.jclouds.gogrid.domain   
 

Uses of JobProperties in org.jclouds.gogrid.domain
 

Methods in org.jclouds.gogrid.domain that return types with arguments of type JobProperties
 Set<JobProperties> Job.getHistory()
           
 

Methods in org.jclouds.gogrid.domain with parameters of type JobProperties
 int JobProperties.compareTo(JobProperties o)
           
 

Constructor parameters in org.jclouds.gogrid.domain with type arguments of type JobProperties
Job(long id, Option command, ObjectType objectType, Date createdOn, Date lastUpdatedOn, JobState currentState, int attempts, String owner, SortedSet<JobProperties> history, Map<String,String> details)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.