|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JobState | |
---|---|
org.jclouds.gogrid.domain | |
org.jclouds.gogrid.functions.internal | |
org.jclouds.gogrid.options |
Uses of JobState in org.jclouds.gogrid.domain |
---|
Methods in org.jclouds.gogrid.domain that return JobState | |
---|---|
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. |
Constructors in org.jclouds.gogrid.domain with parameters of type JobState | |
---|---|
Job(long id,
Option command,
ObjectType objectType,
Date createdOn,
Date lastUpdatedOn,
JobState currentState,
int attempts,
String owner,
SortedSet<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 | |
---|---|
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 | |
---|---|
GetJobListOptions |
GetJobListOptions.onlyForState(JobState jobState)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |