@Named(value="runTest") @POST String runTest(String value)
@Named(value="getStatusForTask") @POST @Nullable Task get(String name)
guid
- guid of the task to get information about.@Named(value="getAllTasks") @POST com.google.common.collect.FluentIterable<Task> list()
@Named(value="clearTask") @POST void clear(String name)
guid
- guid of the task to clear.Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.