Package hudson.ivy

Interface IvyBuildProxy.BuildCallable<V,T extends Throwable>

All Superinterfaces:
Serializable
Enclosing interface:
IvyBuildProxy

public static interface IvyBuildProxy.BuildCallable<V,T extends Throwable> extends Serializable
  • Method Summary

    Modifier and Type
    Method
    Description
    call(IvyBuild build)
    Performs computation and returns the result, or throws some exception.