Uses of Interface
hudson.maven.MavenProjectActionBuilder
Packages that use MavenProjectActionBuilder
-
Uses of MavenProjectActionBuilder in hudson.maven
Classes in hudson.maven that implement MavenProjectActionBuilderModifier and TypeClassDescriptionclass
Listens to the build execution ofMavenBuild
, and normally records some information and exposes thoses inMavenBuild
later.Methods in hudson.maven that return types with arguments of type MavenProjectActionBuilderMethods in hudson.maven with parameters of type MavenProjectActionBuilderModifier and TypeMethodDescriptionvoid
MavenBuild.registerAsProjectAction
(MavenProjectActionBuilder builder) void
MavenBuildProxy.Filter.registerAsProjectAction
(MavenProjectActionBuilder builder) void
MavenBuildProxy.registerAsProjectAction
(MavenProjectActionBuilder builder) Nominates that the reporter will contribute a project action for this build by usingMavenReporter.getProjectActions(MavenModule)
. -
Uses of MavenProjectActionBuilder in hudson.maven.reporters
Classes in hudson.maven.reporters that implement MavenProjectActionBuilderModifier 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.Method parameters in hudson.maven.reporters with type arguments of type MavenProjectActionBuilderModifier and TypeMethodDescriptionstatic void
SurefireArchiver.fixUp
(List<MavenProjectActionBuilder> builders) Up to 1.372, there was a bug that causes Hudson to persistSurefireArchiver
with the entire test result in it.