hudson.maven.reporters
Class TestFailureDetector

java.lang.Object
  extended by hudson.maven.MavenReporter
      extended by hudson.maven.reporters.TestFailureDetector
All Implemented Interfaces:
ExtensionPoint, MavenProjectActionBuilder, Describable<MavenReporter>, Serializable
Direct Known Subclasses:
SurefireArchiver

public abstract class TestFailureDetector
extends MavenReporter

A maven reporter expressing whether he found test failures and the build should be marked as UNSTABLE.

Since:
1.496
Author:
Dominik Bartholdi (imod)
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
TestFailureDetector()
           
 
Method Summary
abstract  boolean hasTestFailures()
          Have any test failures been detected?
 
Methods inherited from class hudson.maven.MavenReporter
end, enterModule, getAggregatedProjectAction, getDescriptor, getProjectAction, getProjectActions, leaveModule, postBuild, postExecute, preBuild, preExecute, reportGenerated
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestFailureDetector

public TestFailureDetector()
Method Detail

hasTestFailures

public abstract boolean hasTestFailures()
Have any test failures been detected?

Returns:
true if there are test failures


Copyright © 2004-2013. All Rights Reserved.