Uses of Class
hudson.ivy.IvyReporter

Packages that use IvyReporter
hudson.ivy   
 

Uses of IvyReporter in hudson.ivy
 

Methods in hudson.ivy that return IvyReporter
 IvyReporter IvyReporterDescriptor.newAutoInstance(IvyModule module)
          Returns an instance used for automatic IvyReporter activation.
 IvyReporter IvyReporterDescriptor.newInstance(org.kohsuke.stapler.StaplerRequest req)
          Deprecated. 
 

Methods in hudson.ivy with parameters of type IvyReporter
 void IvyBuildProxy.registerAsAggregatedProjectAction(IvyReporter reporter)
          Nominates that the reporter will contribute a project action for this build by using getAggregatedProjectAction(IvyModuleSet).
 void IvyBuildProxy.Filter.registerAsAggregatedProjectAction(IvyReporter reporter)
           
 void IvyModuleSetBuild.registerAsProjectAction(IvyReporter reporter)
           
 void IvyBuild.registerAsProjectAction(IvyReporter reporter)
           
 void IvyBuildProxy.registerAsProjectAction(IvyReporter reporter)
          Nominates that the reporter will contribute a project action for this build by using getProjectAction(IvyModule).
 void IvyBuildProxy.Filter.registerAsProjectAction(IvyReporter reporter)
           
 

Constructor parameters in hudson.ivy with type arguments of type IvyReporter
IvyReporterDescriptor(java.lang.Class<? extends IvyReporter> clazz)
           
 



Copyright © 2010. All Rights Reserved.