org.squashtest.tm.service.internal.testautomation.tasks
Interface TestAutomationConnectorTask<T>

All Superinterfaces:
Callable<T>
All Known Implementing Classes:
FetchTestListTask

public interface TestAutomationConnectorTask<T>
extends Callable<T>

For now that interface exists for the only purpose of registering a logger for it.

Author:
bsiri

Method Summary
 T buildFailedResult(Exception thrownException)
           
 
Methods inherited from interface java.util.concurrent.Callable
call
 

Method Detail

buildFailedResult

T buildFailedResult(Exception thrownException)


Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.