|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TaskApi
| Method Summary | |
|---|---|
void |
clear(String name)
clears a background task in either a COMPLETE or ERROR state. |
Task |
get(String name)
|
com.google.common.collect.FluentIterable<Task> |
list()
Lists all tasks. |
String |
runTest(String value)
Runs a test task |
| Method Detail |
|---|
@Named(value="runTest") String runTest(String value)
@Named(value="getStatusForTask") @Nullable Task get(String name)
guid - guid of the task to get information about.
@Named(value="getAllTasks") com.google.common.collect.FluentIterable<Task> list()
@Named(value="clearTask") void clear(String name)
guid - guid of the task to clear.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||