hudson.plugins.testabilityexplorer.publisher
Class AbstractMavenReporterImpl
java.lang.Object
hudson.maven.MavenReporter
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
|
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 |
AbstractMavenReporterImpl
public AbstractMavenReporterImpl()
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 © 2008. All Rights Reserved.