Package org.jclouds.ultradns.ws.features
Interface TaskApi
public interface TaskApi
- See Also:
 
- 
Method Summary
 
- 
Method Details
- 
runTest
Runs a test task- Returns:
 - guid of the task created
 
 - 
get
- Parameters:
 guid- guid of the task to get information about.- Returns:
 - null if not found
 
 - 
list
Lists all tasks. - 
clear
clears a background task in either a COMPLETE or ERROR state.- Parameters:
 guid- guid of the task to clear.
 
 -