|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TaskStatus | |
|---|---|
| org.jclouds.vcloud.domain | |
| org.jclouds.vcloud.domain.internal | |
| Uses of TaskStatus in org.jclouds.vcloud.domain |
|---|
| Methods in org.jclouds.vcloud.domain that return TaskStatus | |
|---|---|
static TaskStatus |
TaskStatus.fromValue(String status)
|
TaskStatus |
Task.getStatus()
The current status of the task. |
static TaskStatus |
TaskStatus.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TaskStatus[] |
TaskStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of TaskStatus in org.jclouds.vcloud.domain.internal |
|---|
| Methods in org.jclouds.vcloud.domain.internal that return TaskStatus | |
|---|---|
TaskStatus |
TaskImpl.getStatus()
|
| Constructors in org.jclouds.vcloud.domain.internal with parameters of type TaskStatus | |
|---|---|
TaskImpl(URI id,
String operation,
TaskStatus status,
Date startTime,
Date endTime,
Date expiryTime,
ReferenceType owner,
VCloudError error)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||