hudson.maven
Interface MavenBuildProxy.BuildCallable<V,T extends Throwable>

All Superinterfaces:
Serializable
Enclosing interface:
MavenBuildProxy

public static interface MavenBuildProxy.BuildCallable<V,T extends Throwable>
extends Serializable


Method Summary
 V call(MavenBuild build)
          Performs computation and returns the result, or throws some exception.
 

Method Detail

call

V call(MavenBuild build)
       throws T extends Throwable,
              IOException,
              InterruptedException
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 throw IOException.
T extends Throwable


Copyright © 2004-2013. All Rights Reserved.