@Mixin(value=) public class SingleSeriesHtmlReportWriter extends AbstractReportWriter implements groovy.lang.GroovyObject
| Modifier and Type | Field and Description |
|---|---|
protected static Object |
DEFAULT_CSS_FILE |
static Object |
DEFAULT_OUTPUT_FILE |
protected static Object |
DEFAULT_TITLE |
BASE_MESSAGES_BUNDLE, CUSTOM_MESSAGES_BUNDLE, customMessagesBundleName, formatterFactory, formatters, getTimestamp, GMETRICS_URL, initializeResourceBundle, LOG, resourceBundle| Constructor and Description |
|---|
SingleSeriesHtmlReportWriter() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
getDefaultOutputFile() |
groovy.lang.MetaClass |
getMetaClass() |
Object |
getProperty(String property) |
String |
getSubtitle() |
String |
getTitle() |
Object |
invokeMethod(String method,
Object arguments) |
static void |
setDefaultOutputFile(Object value) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
void |
setSubtitle(String value) |
void |
setTitle(String value) |
protected void |
writeReport(Writer writer,
ResultsNode resultsNode,
AnalysisContext analysisContext) |
formatMetricResultValue, getFormattedTimestamp, getOutputFile, getResourceBundleString, getResourceBundleString, getResourceBundleStringOrNull, getWriteToStandardOut, initializeDefaultResourceBundle, initializeFormatters, setOutputFile, setWriteToStandardOut, writeReportpublic static Object DEFAULT_OUTPUT_FILE
protected static Object DEFAULT_CSS_FILE
protected static Object DEFAULT_TITLE
public groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectgetMetaClass in class AbstractReportWriterpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectsetMetaClass in class AbstractReportWriterpublic Object invokeMethod(String method, Object arguments)
invokeMethod in interface groovy.lang.GroovyObjectinvokeMethod in class AbstractReportWriterpublic Object getProperty(String property)
getProperty in interface groovy.lang.GroovyObjectgetProperty in class AbstractReportWriterpublic void setProperty(String property, Object value)
setProperty in interface groovy.lang.GroovyObjectsetProperty in class AbstractReportWriterpublic static Object getDefaultOutputFile()
public static void setDefaultOutputFile(Object value)
public String getTitle()
public void setTitle(String value)
public String getSubtitle()
public void setSubtitle(String value)
protected void writeReport(Writer writer, ResultsNode resultsNode, AnalysisContext analysisContext)
writeReport in class AbstractReportWriterCopyright © 2015. All rights reserved.