Uses of Interface
hudson.maven.MavenProjectActionBuilder

Packages that use MavenProjectActionBuilder
hudson.maven Maven support. 
hudson.maven.reporters   
 

Uses of MavenProjectActionBuilder in hudson.maven
 

Classes in hudson.maven that implement MavenProjectActionBuilder
 class MavenReporter
          Listens to the build execution of MavenBuild, and normally records some information and exposes thoses in MavenBuild later.
 

Methods in hudson.maven that return types with arguments of type MavenProjectActionBuilder
 List<MavenProjectActionBuilder> MavenBuild.getProjectActionBuilders()
           
 

Methods in hudson.maven with parameters of type MavenProjectActionBuilder
 void MavenBuild.registerAsProjectAction(MavenProjectActionBuilder builder)
           
 void MavenBuildProxy.registerAsProjectAction(MavenProjectActionBuilder builder)
          Nominates that the reporter will contribute a project action for this build by using MavenReporter.getProjectActions(MavenModule).
 void MavenBuildProxy.Filter.registerAsProjectAction(MavenProjectActionBuilder builder)
           
 

Uses of MavenProjectActionBuilder in hudson.maven.reporters
 

Classes in hudson.maven.reporters that implement MavenProjectActionBuilder
 class AbstractMavenJavadocArchiver
          Records the javadoc and archives it.
 class BuildInfoRecorder
           
 class MavenArtifactArchiver
          Archives artifacts of the build.
 class MavenFingerprinter
          Records fingerprints of the builds to keep track of dependencies.
 class MavenJavadocArchiver
          Records the javadoc and archives it.
 class MavenMailer
          Sends out an e-mail notification for Maven build result.
 class MavenSiteArchiver
          Watches out for the execution of maven-site-plugin and records its output.
 class MavenTestJavadocArchiver
          Records the javadoc and archives it.
 class ReportCollector
          Watches out for executions of MavenReport mojos and record its output.
 class SurefireArchiver
          Records the surefire test result.
 class TestFailureDetector
          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 MavenProjectActionBuilder
static void SurefireArchiver.fixUp(List<MavenProjectActionBuilder> builders)
          Up to 1.372, there was a bug that causes Hudson to persist SurefireArchiver with the entire test result in it.
 



Copyright © 2004-2013. All Rights Reserved.