Uses of Class
hudson.ivy.IvyReporter
Packages that use IvyReporter
-
Uses of IvyReporter in hudson.ivy
Methods in hudson.ivy that return IvyReporterModifier and TypeMethodDescriptionIvyReporterDescriptor.newAutoInstance(IvyModule module) Returns an instance used for automaticIvyReporteractivation.IvyReporterDescriptor.newInstance(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject formData) Ifthe reporter has no configuration screen, this method can safely return null, which is the default implementation.Methods in hudson.ivy with parameters of type IvyReporterModifier and TypeMethodDescriptionvoidIvyBuildProxy.Filter.registerAsAggregatedProjectAction(IvyReporter reporter) voidIvyBuildProxy.registerAsAggregatedProjectAction(IvyReporter reporter) Nominates that the reporter will contribute a project action for this build by usinggetAggregatedProjectAction(IvyModuleSet).voidIvyBuild.registerAsProjectAction(IvyReporter reporter) voidIvyBuildProxy.Filter.registerAsProjectAction(IvyReporter reporter) voidIvyBuildProxy.registerAsProjectAction(IvyReporter reporter) Nominates that the reporter will contribute a project action for this build by usinggetProjectAction(IvyModule).voidIvyModuleSetBuild.registerAsProjectAction(IvyReporter reporter) Constructor parameters in hudson.ivy with type arguments of type IvyReporterModifierConstructorDescriptionprotectedIvyReporterDescriptor(Class<? extends IvyReporter> clazz)