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. history
Methods in org.jclouds.gogrid.domain that return JobProperties Modifier and Type Method Description JobProperties
JobProperties.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 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 Modifier and Type Method Description T
Job.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)
-