|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Task.Status | |
|---|---|
| org.jclouds.savvis.vpdc.domain | |
| Uses of Task.Status in org.jclouds.savvis.vpdc.domain |
|---|
| Methods in org.jclouds.savvis.vpdc.domain that return Task.Status | |
|---|---|
static Task.Status |
Task.Status.fromValue(String status)
|
Task.Status |
Task.getStatus()
The current status of the task. |
static Task.Status |
Task.Status.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Task.Status[] |
Task.Status.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.jclouds.savvis.vpdc.domain with parameters of type Task.Status | |
|---|---|
Task.Builder |
Task.Builder.status(Task.Status status)
|
| Constructors in org.jclouds.savvis.vpdc.domain with parameters of type Task.Status | |
|---|---|
Task(String id,
String name,
String type,
URI href,
Task.Status status,
Date startTime,
Date endTime,
Resource result,
Resource owner,
TaskError error)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||