hudson.plugins.testabilityexplorer.publisher
Class AbstractMavenReporterImpl

java.lang.Object
  extended by hudson.maven.MavenReporter
      extended by hudson.plugins.testabilityexplorer.publisher.AbstractMavenReporterImpl
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.maven.MavenReporter>, ExtractAndBuildDelegate, java.io.Serializable
Direct Known Subclasses:
MavenPublisher

public abstract class AbstractMavenReporterImpl
extends hudson.maven.MavenReporter
implements ExtractAndBuildDelegate

A MavenReporter that will do the parsing of the report file(s) in it's MavenReporter.postBuild(hudson.maven.MavenBuildProxy, org.apache.maven.project.MavenProject, hudson.model.BuildListener) method.

Author:
reik.schatz
See Also:
Serialized Form

Constructor Summary
AbstractMavenReporterImpl()
           
 
Method Summary
 boolean postBuild(hudson.maven.MavenBuildProxy build, org.apache.maven.project.MavenProject pom, hudson.model.BuildListener listener)
           
 
Methods inherited from class hudson.maven.MavenReporter
end, enterModule, getAggregatedProjectAction, getDescriptor, getProjectAction, leaveModule, postExecute, preBuild, preExecute, reportGenerated
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface hudson.plugins.testabilityexplorer.publisher.ExtractAndBuildDelegate
newDetailBuilder, newParseDelegate, newReportBuilder, newStatisticsParser
 

Constructor Detail

AbstractMavenReporterImpl

public AbstractMavenReporterImpl()
Method Detail

postBuild

public boolean postBuild(hudson.maven.MavenBuildProxy build,
                         org.apache.maven.project.MavenProject pom,
                         hudson.model.BuildListener listener)
                  throws java.lang.InterruptedException,
                         java.io.IOException
Overrides:
postBuild in class hudson.maven.MavenReporter
Throws:
java.lang.InterruptedException
java.io.IOException


Copyright © 2009. All Rights Reserved.