Class TestFailureDetector

java.lang.Object
hudson.maven.MavenReporter
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:
  • Constructor Details

    • TestFailureDetector

      public TestFailureDetector()
  • Method Details

    • hasTestFailures

      public abstract boolean hasTestFailures()
      Have any test failures been detected?
      Returns:
      true if there are test failures