| Package | Description |
|---|---|
| org.jclouds.gogrid.domain | |
| org.jclouds.gogrid.functions.internal | |
| org.jclouds.gogrid.options |
| Modifier and Type | Field and Description |
|---|---|
protected JobState |
Job.Builder.currentState |
protected JobState |
JobProperties.Builder.state |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
T |
Job.Builder.currentState(JobState currentState) |
T |
JobProperties.Builder.state(JobState state) |
| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
JobState |
CustomDeserializers.JobStateAdapter.deserialize(com.google.gson.JsonElement jsonElement,
Type type,
com.google.gson.JsonDeserializationContext context) |
| Modifier and Type | Method and Description |
|---|---|
GetJobListOptions |
GetJobListOptions.onlyForState(JobState jobState) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.