Uses of Class
org.jclouds.gogrid.domain.JobState
- 
Packages that use JobState Package Description org.jclouds.gogrid.domain org.jclouds.gogrid.functions.internal org.jclouds.gogrid.options  - 
- 
Uses of JobState in org.jclouds.gogrid.domain
Fields in org.jclouds.gogrid.domain declared as JobState Modifier and Type Field Description protected JobStateJob.Builder. currentStateprotected JobStateJobProperties.Builder. stateMethods in org.jclouds.gogrid.domain that return JobState Modifier and Type Method Description static JobStateJobState. fromValue(String state)JobStateJob. getCurrentState()JobStateJobProperties. getState()static JobStateJobState. valueOf(String name)Returns the enum constant of this type with the specified name.static JobState[]JobState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jclouds.gogrid.domain with parameters of type JobState Modifier and Type Method Description TJob.Builder. currentState(JobState currentState)TJobProperties.Builder. state(JobState state)Constructors in org.jclouds.gogrid.domain with parameters of type JobState 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)JobProperties(long id, Date updatedOn, JobState state, String note) - 
Uses of JobState in org.jclouds.gogrid.functions.internal
Methods in org.jclouds.gogrid.functions.internal that return JobState Modifier and Type Method Description JobStateCustomDeserializers.JobStateAdapter. deserialize(com.google.gson.JsonElement jsonElement, Type type, com.google.gson.JsonDeserializationContext context) - 
Uses of JobState in org.jclouds.gogrid.options
Methods in org.jclouds.gogrid.options with parameters of type JobState Modifier and Type Method Description GetJobListOptionsGetJobListOptions. onlyForState(JobState jobState) 
 -