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 JobState
Job.Builder. currentState
protected JobState
JobProperties.Builder. state
Methods in org.jclouds.gogrid.domain that return JobState Modifier and Type Method Description static JobState
JobState. fromValue(String state)
JobState
Job. getCurrentState()
JobState
JobProperties. getState()
static JobState
JobState. 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 T
Job.Builder. currentState(JobState currentState)
T
JobProperties.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 JobState
CustomDeserializers.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 GetJobListOptions
GetJobListOptions. onlyForState(JobState jobState)
-