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

Packages that use JobProperties
org.jclouds.gogrid.domain   
 

Uses of JobProperties in org.jclouds.gogrid.domain
 

Fields in org.jclouds.gogrid.domain with type parameters of type JobProperties
protected  Set<JobProperties> Job.Builder.history
           
 

Methods in org.jclouds.gogrid.domain that return JobProperties
 JobProperties JobProperties.Builder.build()
           
 

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)
           
 T JobProperties.Builder.fromJobProperties(JobProperties in)
           
 T Job.Builder.history(JobProperties... in)
           
 

Method parameters in org.jclouds.gogrid.domain with type arguments of type JobProperties
 T Job.Builder.history(Set<JobProperties> history)
           
 

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, Set<JobProperties> history, Map<String,String> details)
           
 



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