Uses of Class
hudson.maven.MavenReporter
Packages that use MavenReporter
-
Uses of MavenReporter in hudson.maven
Fields in hudson.maven with type parameters of type MavenReporterModifier and TypeFieldDescriptionprotected final Map<ModuleName,List<MavenReporter>> AbstractMavenBuilder.reportersMethods in hudson.maven that return MavenReporterModifier and TypeMethodDescriptionMavenReporterDescriptor.newAutoInstance(MavenModule module) Returns an instance used for automaticMavenReporteractivation.MavenReporterDescriptor.newInstance(org.kohsuke.stapler.StaplerRequest2 req) Deprecated.Methods in hudson.maven that return types with arguments of type MavenReporterModifier and TypeMethodDescriptionprotected List<MavenReporter>MavenModule.createReporters()Creates a list ofMavenReporters to be used for a build of this project.MavenModule.getReporters()List of activeMavenReporters configured for this module.MavenModule.getReporters()List of activeMavenReporters configured for this module.MavenModuleSet.getReporters()List of activeMavenReporters that should be applied to all module builds.MavenModuleSet.getReporters()List of activeMavenReporters that should be applied to all module builds.Methods in hudson.maven with parameters of type MavenReporterModifier and TypeMethodDescriptionvoidMavenBuildProxy.Filter.registerAsAggregatedProjectAction(MavenReporter reporter) voidMavenBuildProxy.registerAsAggregatedProjectAction(MavenReporter reporter) Nominates that the reporter will contribute a project action for this build by usinggetAggregatedProjectAction(MavenModuleSet).voidMavenBuild.registerAsProjectAction(MavenReporter reporter) voidMavenBuildProxy.Filter.registerAsProjectAction(MavenReporter reporter) voidMavenBuildProxy.registerAsProjectAction(MavenReporter reporter) Nominates that the reporter will contribute a project action for this build by usinggetProjectActions(MavenModule).voidMavenModuleSetBuild.registerAsProjectAction(MavenReporter reporter) Constructor parameters in hudson.maven with type arguments of type MavenReporterModifierConstructorDescriptionprotectedMavenReporterDescriptor(Class<? extends MavenReporter> clazz) -
Uses of MavenReporter in hudson.maven.reporters
Subclasses of MavenReporter in hudson.maven.reportersModifier and TypeClassDescriptionclassRecords the javadoc and archives it.classclassArchives artifacts of the build.classRecords fingerprints of the builds to keep track of dependencies.classRecords the javadoc and archives it.classSends out an e-mail notification for Maven build result.classWatches out for the execution of maven-site-plugin and records its output.classRecords the javadoc and archives it.classWatches out for executions ofMavenReportmojos and record its output.classRecords the surefire test result.classA maven reporter expressing whether he found test failures and the build should be marked as UNSTABLE.Methods in hudson.maven.reporters that return MavenReporterModifier and TypeMethodDescriptionMavenArtifactArchiver.DescriptorImpl.newAutoInstance(MavenModule module) MavenFingerprinter.DescriptorImpl.newAutoInstance(MavenModule module)