Class SurefireReportRenderer

  • All Implemented Interfaces:
    org.apache.maven.reporting.MavenReportRenderer

    public class SurefireReportRenderer
    extends org.apache.maven.reporting.AbstractMavenReportRenderer
    This generator creates HTML Report from Surefire and Failsafe XML Report.
    • Field Summary

      • Fields inherited from class org.apache.maven.reporting.AbstractMavenReportRenderer

        sink
    • Constructor Summary

      Constructors 
      Constructor Description
      SurefireReportRenderer​(org.apache.maven.doxia.sink.Sink sink, org.codehaus.plexus.i18n.I18N i18n, java.lang.String i18nSection, java.util.Locale locale, org.apache.maven.plugin.surefire.log.api.ConsoleLogger consoleLogger, boolean showSuccess, java.util.List<java.io.File> reportsDirectories, java.lang.String xrefLocation)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getTitle()  
      void renderBody()  
      • Methods inherited from class org.apache.maven.reporting.AbstractMavenReportRenderer

        createLinkPatternedText, endSection, endTable, javaScript, link, linkPatternedText, paragraph, propertiesToString, render, startSection, startTable, startTable, tableCaption, tableCell, tableCell, tableHeader, tableHeaderCell, tableRow, text, verbatimLink, verbatimText
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SurefireReportRenderer

        public SurefireReportRenderer​(org.apache.maven.doxia.sink.Sink sink,
                                      org.codehaus.plexus.i18n.I18N i18n,
                                      java.lang.String i18nSection,
                                      java.util.Locale locale,
                                      org.apache.maven.plugin.surefire.log.api.ConsoleLogger consoleLogger,
                                      boolean showSuccess,
                                      java.util.List<java.io.File> reportsDirectories,
                                      java.lang.String xrefLocation)
    • Method Detail

      • getTitle

        public java.lang.String getTitle()
        Specified by:
        getTitle in interface org.apache.maven.reporting.MavenReportRenderer
        Specified by:
        getTitle in class org.apache.maven.reporting.AbstractMavenReportRenderer
      • renderBody

        public void renderBody()
        Specified by:
        renderBody in class org.apache.maven.reporting.AbstractMavenReportRenderer