public interface TaskClient
| Modifier and Type | Method and Description | 
|---|---|
void | 
cancelTask(URI taskId)  | 
TasksList | 
findTasksListInOrgNamed(String orgName)  | 
Task | 
getTask(URI taskId)
Whenever the result of a request cannot be returned immediately, the server creates a Task
 object and includes it in the response, as a member of the Tasks container in the response
 body. 
 | 
TasksList | 
getTasksList(URI tasksListId)  | 
Task getTask(URI taskId)
void cancelTask(URI taskId)
Copyright © 2009-2013 jclouds. All Rights Reserved.