Uses of Interface
hudson.ivy.IvyBuildProxy

Packages that use IvyBuildProxy
hudson.ivy   
 

Uses of IvyBuildProxy in hudson.ivy
 

Classes in hudson.ivy with type parameters of type IvyBuildProxy
static class IvyBuildProxy.Filter<CORE extends IvyBuildProxy>
          Filter for IvyBuildProxy.
 

Subinterfaces of IvyBuildProxy in hudson.ivy
 interface IvyBuildProxy2
          A part of IvyBuildProxy that's used internally for aggregated build.
 

Classes in hudson.ivy that implement IvyBuildProxy
static class IvyBuildProxy.Filter<CORE extends IvyBuildProxy>
          Filter for IvyBuildProxy.
static class IvyBuildProxy2.Filter<CORE extends IvyBuildProxy2>
          Filter for IvyBuildProxy2.
 

Fields in hudson.ivy declared as IvyBuildProxy
protected  CORE IvyBuildProxy.Filter.core
           
 

Methods in hudson.ivy with parameters of type IvyBuildProxy
 boolean IvyReporter.enterModule(IvyBuildProxy build, org.apache.tools.ant.BuildEvent event, hudson.model.BuildListener listener)
          Called when the build enters a next IvyProject.
 boolean IvyReporter.leaveModule(IvyBuildProxy build, org.apache.tools.ant.BuildEvent event, hudson.model.BuildListener listener)
          Called when the build leaves the current IvyProject.
 boolean IvyReporter.postBuild(IvyBuildProxy build, org.apache.tools.ant.BuildEvent event, hudson.model.BuildListener listener)
          Called after a build of one Ivy module is completed.
 boolean IvyReporter.preBuild(IvyBuildProxy build, org.apache.tools.ant.BuildEvent event, hudson.model.BuildListener listener)
          Called before the actual ant execution begins.
 

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



Copyright © 2010. All Rights Reserved.