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.reporters
Methods in hudson.maven that return MavenReporterModifier and TypeMethodDescriptionMavenReporterDescriptor.newAutoInstance
(MavenModule module) Returns an instance used for automaticMavenReporter
activation.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 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.Methods in hudson.maven with parameters of type MavenReporterModifier 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) Constructor parameters in hudson.maven with type arguments of type MavenReporterModifierConstructorDescriptionprotected
MavenReporterDescriptor
(Class<? extends MavenReporter> clazz) -
Uses of MavenReporter in hudson.maven.reporters
Subclasses of MavenReporter in hudson.maven.reportersModifier 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.Methods in hudson.maven.reporters that return MavenReporterModifier and TypeMethodDescriptionMavenArtifactArchiver.DescriptorImpl.newAutoInstance
(MavenModule module) MavenFingerprinter.DescriptorImpl.newAutoInstance
(MavenModule module)