Package | Description |
---|---|
org.jclouds.savvis.vpdc.domain |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Task.Builder |
Task.Builder.status(Task.Status status) |
Constructor and Description |
---|
Task(String id,
String name,
String type,
URI href,
Task.Status status,
Date startTime,
Date endTime,
Resource result,
Resource owner,
TaskError error) |
Copyright © 2009-2013 jclouds. All Rights Reserved.