hudson.ivy
Interface IvyBuildProxy.BuildCallable<V,T extends java.lang.Throwable>

All Superinterfaces:
java.io.Serializable
Enclosing interface:
IvyBuildProxy

public static interface IvyBuildProxy.BuildCallable<V,T extends java.lang.Throwable>
extends java.io.Serializable


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

Method Detail

call

V call(IvyBuild build)
       throws T extends java.lang.Throwable,
              java.io.IOException,
              java.lang.InterruptedException
Performs computation and returns the result, or throws some exception.

Throws:
java.lang.InterruptedException - if the processing is interrupted in the middle. Exception will be propagated to the caller.
java.io.IOException - if the program simply wishes to propage the exception, it may throw IOException.
T extends java.lang.Throwable


Copyright © 2010. All Rights Reserved.