Package hudson.ivy
Interface IvyBuildProxy.BuildCallable<V,T extends Throwable>
- All Superinterfaces:
Serializable
- Enclosing interface:
- IvyBuildProxy
-
Method Summary
-
Method Details
-
call
Performs computation and returns the result, or throws some exception.- Throws:
InterruptedException- if the processing is interrupted in the middle. Exception will be propagated to the caller.IOException- if the program simply wishes to propagate the exception, it may throwIOException.T extends Throwable
-