Uses of Enum Class
org.jclouds.gogrid.domain.JobState
Packages that use JobState
Package
Description
-
Uses of JobState in org.jclouds.gogrid.domain
Fields in org.jclouds.gogrid.domain declared as JobStateModifier and TypeFieldDescriptionprotected JobState
Job.Builder.currentState
protected JobState
JobProperties.Builder.state
Methods in org.jclouds.gogrid.domain that return JobStateModifier and TypeMethodDescriptionstatic JobState
Job.getCurrentState()
JobProperties.getState()
static JobState
Returns the enum constant of this class with the specified name.static JobState[]
JobState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.gogrid.domain with parameters of type JobStateConstructors in org.jclouds.gogrid.domain with parameters of type JobStateModifierConstructorDescriptionprotected
Job
(long id, Option command, ObjectType objectType, Date createdOn, Date lastUpdatedOn, JobState currentState, int attempts, String owner, Set<JobProperties> history, Map<String, String> details) protected
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 JobStateModifier and TypeMethodDescriptionCustomDeserializers.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