public abstract class RichViewReporterConfiguration extends BasicFileConfiguration implements IReporterConfiguration
| Modifier | Constructor and Description |
|---|---|
protected |
RichViewReporterConfiguration(AbstractReporter reporter) |
| Modifier and Type | Method and Description |
|---|---|
void |
enableTimeline(boolean v)
Enable or disable the Timeline section in the Dashboard view
|
Protocol |
getProtocol() |
Theme |
getTheme() |
void |
setProtocol(Protocol protocol)
Sets the protocol of accessing CSS/JS resources from CDN
|
void |
setTheme(Theme theme)
Sets the
Theme of the report |
getCSS, getDocumentTitle, getEncoding, getJS, getTimeStampFormat, setCSS, setDocumentTitle, setEncoding, setJS, setTimeStampFormatgetConfigurationStore, getLevel, getReporter, getReportName, setLevel, setReportNameprotected RichViewReporterConfiguration(AbstractReporter reporter)
public void setProtocol(Protocol protocol)
Default protocol value: HTTPS
protocol - Protocol, HTTPS or HTTPpublic Protocol getProtocol()
public Theme getTheme()
public void enableTimeline(boolean v)
v - Setting to enable or disable the Timeline section in the Dashboard
viewCopyright © 2020. All Rights Reserved.