Uses of Class
hudson.maven.MavenReporter
-
Uses of MavenReporter in hudson.maven
Modifier and TypeFieldDescriptionprotected final Map<ModuleName,
List<MavenReporter>> AbstractMavenBuilder.reporters
Modifier and TypeMethodDescriptionMavenReporterDescriptor.newAutoInstance
(MavenModule module) Returns an instance used for automaticMavenReporter
activation.MavenReporterDescriptor.newInstance
(org.kohsuke.stapler.StaplerRequest req) Deprecated.Modifier and TypeMethodDescriptionprotected List<MavenReporter>
MavenModule.createReporters()
Creates a list ofMavenReporter
s to be used for a build of this project.MavenModule.getReporters()
List of activeMavenReporter
s configured for this module.MavenModule.getReporters()
List of activeMavenReporter
s configured for this module.MavenModuleSet.getReporters()
List of activeMavenReporter
s that should be applied to all module builds.MavenModuleSet.getReporters()
List of activeMavenReporter
s that should be applied to all module builds.Modifier and TypeMethodDescriptionvoid
MavenBuildProxy.Filter.registerAsAggregatedProjectAction
(MavenReporter reporter) void
MavenBuildProxy.registerAsAggregatedProjectAction
(MavenReporter reporter) Nominates that the reporter will contribute a project action for this build by usinggetAggregatedProjectAction(MavenModuleSet)
.void
MavenBuild.registerAsProjectAction
(MavenReporter reporter) void
MavenBuildProxy.Filter.registerAsProjectAction
(MavenReporter reporter) void
MavenBuildProxy.registerAsProjectAction
(MavenReporter reporter) Nominates that the reporter will contribute a project action for this build by usinggetProjectActions(MavenModule)
.void
MavenModuleSetBuild.registerAsProjectAction
(MavenReporter reporter) ModifierConstructorDescriptionprotected
MavenReporterDescriptor
(Class<? extends MavenReporter> clazz) -
Uses of MavenReporter in hudson.maven.reporters
Modifier and TypeClassDescriptionclass
Records the javadoc and archives it.class
class
Archives artifacts of the build.class
Records fingerprints of the builds to keep track of dependencies.class
Records the javadoc and archives it.class
Sends out an e-mail notification for Maven build result.class
Watches out for the execution of maven-site-plugin and records its output.class
Records the javadoc and archives it.class
Watches out for executions ofMavenReport
mojos and record its output.class
Records the surefire test result.class
A maven reporter expressing whether he found test failures and the build should be marked as UNSTABLE.Modifier and TypeMethodDescriptionMavenArtifactArchiver.DescriptorImpl.newAutoInstance
(MavenModule module) MavenFingerprinter.DescriptorImpl.newAutoInstance
(MavenModule module)