Class HtmlReportWriter

All Implemented Interfaces:
groovy.lang.GroovyObject, ReportWriter

public class HtmlReportWriter extends AbstractHtmlReportWriter
  • Field Details

  • Constructor Details

    • HtmlReportWriter

      public HtmlReportWriter()
  • Method Details

    • getMetaClass

      public groovy.lang.MetaClass getMetaClass()
      Specified by:
      getMetaClass in interface groovy.lang.GroovyObject
      Overrides:
      getMetaClass in class AbstractHtmlReportWriter
    • setMetaClass

      public void setMetaClass(groovy.lang.MetaClass mc)
      Specified by:
      setMetaClass in interface groovy.lang.GroovyObject
      Overrides:
      setMetaClass in class AbstractHtmlReportWriter
    • invokeMethod

      public Object invokeMethod(String method, Object arguments)
      Specified by:
      invokeMethod in interface groovy.lang.GroovyObject
      Overrides:
      invokeMethod in class AbstractHtmlReportWriter
    • getProperty

      public Object getProperty(String property)
      Specified by:
      getProperty in interface groovy.lang.GroovyObject
      Overrides:
      getProperty in class AbstractHtmlReportWriter
    • setProperty

      public void setProperty(String property, Object value)
      Specified by:
      setProperty in interface groovy.lang.GroovyObject
      Overrides:
      setProperty in class AbstractHtmlReportWriter
    • getDefaultOutputFile

      public String getDefaultOutputFile()
    • setDefaultOutputFile

      public void setDefaultOutputFile(String value)
    • getIncludeSummaryByPackage

      public boolean getIncludeSummaryByPackage()
    • isIncludeSummaryByPackage

      public boolean isIncludeSummaryByPackage()
    • setIncludeSummaryByPackage

      public void setIncludeSummaryByPackage(boolean value)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • buildBodySection

      protected groovy.lang.Closure buildBodySection(AnalysisContext analysisContext, Results results)
      Specified by:
      buildBodySection in class AbstractHtmlReportWriter