Uses of Class
org.jclouds.gogrid.domain.JobProperties
- 
Packages that use JobProperties Package Description org.jclouds.gogrid.domain  - 
- 
Uses of JobProperties in org.jclouds.gogrid.domain
Fields in org.jclouds.gogrid.domain with type parameters of type JobProperties Modifier and Type Field Description protected Set<JobProperties>Job.Builder. historyMethods in org.jclouds.gogrid.domain that return JobProperties Modifier and Type Method Description JobPropertiesJobProperties.Builder. build()Methods in org.jclouds.gogrid.domain that return types with arguments of type JobProperties Modifier and Type Method Description Set<JobProperties>Job. getHistory()Methods in org.jclouds.gogrid.domain with parameters of type JobProperties Modifier and Type Method Description intJobProperties. compareTo(JobProperties o)TJobProperties.Builder. fromJobProperties(JobProperties in)TJob.Builder. history(JobProperties... in)Method parameters in org.jclouds.gogrid.domain with type arguments of type JobProperties Modifier and Type Method Description TJob.Builder. history(Set<JobProperties> history)Constructor parameters in org.jclouds.gogrid.domain with type arguments of type JobProperties Constructor Description Job(long id, Option command, ObjectType objectType, Date createdOn, Date lastUpdatedOn, JobState currentState, int attempts, String owner, Set<JobProperties> history, Map<String,String> details) 
 -