public interface TaskClient
Task
objects.TaskAsyncClient
Modifier and Type | Method and Description |
---|---|
void |
cancelTask(URI taskUri)
Cancels a task.
|
Task |
getTask(URI taskUri)
Retrieves a task.
|
TasksList |
getTaskList(URI orgURI)
Retrieves a list of tasks.
|
TasksList getTaskList(URI orgURI)
GET /tasksList/{id}
orgURI
- the URI of the organizationTask getTask(URI taskUri)
GET /task/{id}
void cancelTask(URI taskUri)
POST /task/{id}/action/cancel
Copyright © 2009-2012 jclouds. All Rights Reserved.