Uses of Class
hudson.ivy.IvyBuild

Uses of IvyBuild in hudson.ivy
 

Methods in hudson.ivy that return IvyBuild
protected  IvyBuild IvyModule.newBuild()
           
 

Methods in hudson.ivy that return types with arguments of type IvyBuild
protected  java.lang.Class<IvyBuild> IvyModule.getBuildClass()
           
 java.util.Map<IvyModule,java.util.List<IvyBuild>> IvyModuleSetBuild.getModuleBuilds()
          Computes the module builds that correspond to this build.
 java.util.Map<IvyModule,IvyBuild> IvyModuleSetBuild.getModuleLastBuilds()
          Computes the latest module builds that correspond to this build.
 

Methods in hudson.ivy with parameters of type IvyBuild
protected  void IvyModule.addTransientActionsFromBuild(IvyBuild build, java.util.Set<java.lang.Class> added)
           
 V IvyBuildProxy.BuildCallable.call(IvyBuild build)
          Performs computation and returns the result, or throws some exception.
 boolean IvyReporter.end(IvyBuild build, hudson.Launcher launcher, hudson.model.BuildListener listener)
          Called after the Ant/Ivy execution finished and the result is determined.
 void IvyAggregatedReport.update(java.util.Map<IvyModule,java.util.List<IvyBuild>> moduleBuilds, IvyBuild newBuild)
          Called whenever a new module build is completed, to update the aggregated report.
 

Method parameters in hudson.ivy with type arguments of type IvyBuild
 IvyAggregatedReport AggregatableAction.createAggregatedAction(IvyModuleSetBuild build, java.util.Map<IvyModule,java.util.List<IvyBuild>> moduleBuilds)
          Creates Action to be contributed to IvyModuleSetBuild.
 void IvyAggregatedReport.update(java.util.Map<IvyModule,java.util.List<IvyBuild>> moduleBuilds, IvyBuild newBuild)
          Called whenever a new module build is completed, to update the aggregated report.
 



Copyright © 2010. All Rights Reserved.