public interface TaskApi
TaskAsyncApi
Modifier and Type | Method and Description |
---|---|
void |
clear(String guid)
clears a background task in either a COMPLETE or ERROR state.
|
Task |
get(String guid)
Retrieves information about the specified task
|
com.google.common.collect.FluentIterable<Task> |
list()
Lists all tasks.
|
String |
runTest(String value)
Runs a test task
|
@Nullable Task get(String guid)
guid
- guid of the task to get information about.com.google.common.collect.FluentIterable<Task> list()
void clear(String guid)
guid
- guid of the task to clear.Copyright © 2009-2013 jclouds. All Rights Reserved.