Package hudson.maven
Interface MavenBuildProxy.BuildCallable<V,T extends Throwable> 
- All Superinterfaces:
 Serializable
- Enclosing interface:
 - MavenBuildProxy
 
- 
Method Summary
Modifier and TypeMethodDescriptioncall(MavenBuild build) Performs computation and returns the result, or throws some exception. 
- 
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 propage the exception, it may throwIOException.T extends Throwable
 
 -