Uses of Interface
hudson.ivy.IvyBuildProxy.BuildCallable

Packages that use IvyBuildProxy.BuildCallable
hudson.ivy   
 

Uses of IvyBuildProxy.BuildCallable in hudson.ivy
 

Methods in hudson.ivy with parameters of type IvyBuildProxy.BuildCallable
<V,T extends java.lang.Throwable>
V
IvyBuildProxy.execute(IvyBuildProxy.BuildCallable<V,T> program)
          Executes the given IvyBuildProxy.BuildCallable on the master, where one has access to IvyBuild and all the other Hudson objects.
<V,T extends java.lang.Throwable>
V
IvyBuildProxy.Filter.execute(IvyBuildProxy.BuildCallable<V,T> program)
           
 void IvyBuildProxy.executeAsync(IvyBuildProxy.BuildCallable<?,?> program)
          Executes the given IvyBuildProxy.BuildCallable asynchronously on the master.
 void IvyBuildProxy.Filter.executeAsync(IvyBuildProxy.BuildCallable<?,?> program)
           
 

Constructors in hudson.ivy with parameters of type IvyBuildProxy.BuildCallable
IvyBuildProxy.Filter.AsyncInvoker(IvyBuildProxy proxy, IvyBuildProxy.BuildCallable<?,?> program)
           
 



Copyright © 2010. All Rights Reserved.