Uses of Class
hudson.ivy.IvyModule

Uses of IvyModule in hudson.ivy
 

Fields in hudson.ivy declared as IvyModule
 IvyModule IvyModuleSet.BecauseOfModuleBuildInProgress.module
           
 

Methods in hudson.ivy that return IvyModule
 IvyModule IvyModuleSet.getItem(java.lang.String name)
           
 IvyModule IvyModuleSet.getModule(java.lang.String name)
           
 IvyModule IvyBuild.getParent()
           
 

Methods in hudson.ivy that return types with arguments of type IvyModule
 java.util.List<IvyModule> IvyModuleSet.getDisabledModules(boolean disabled)
          Possibly empty list of all disabled modules (if disabled==true) or all enabeld modules (if disabled==false)
 java.util.Collection<IvyModule> IvyModuleSet.getItems()
           
 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.
 java.util.Collection<IvyModule> IvyModuleSet.getModules()
           
 

Methods in hudson.ivy with parameters of type IvyModule
 hudson.model.Action IvyReporter.getProjectAction(IvyModule module)
          Equivalent of BuildStep.getProjectAction(AbstractProject) for IvyReporter.
 java.io.File IvyModuleSet.getRootDirFor(IvyModule child)
           
 IvyReporter IvyReporterDescriptor.newAutoInstance(IvyModule module)
          Returns an instance used for automatic IvyReporter activation.
 

Method parameters in hudson.ivy with type arguments of type IvyModule
 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.
 

Constructors in hudson.ivy with parameters of type IvyModule
IvyBuild(IvyModule job)
           
IvyBuild(IvyModule job, java.util.Calendar timestamp)
           
IvyBuild(IvyModule project, java.io.File buildDir)
           
IvyModuleSet.BecauseOfModuleBuildInProgress(IvyModule module)
           
 



Copyright © 2010. All Rights Reserved.