public class MarkdownReporter extends java.lang.Object implements LogReporter
| Constructor and Description |
|---|
MarkdownReporter(java.lang.String reportDestination,
boolean logOnlyOnError,
Priority priority)
Initiates an object of type MarkdownReporter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
createReport(EventStorage storage,
java.lang.String testrunId)
Creates a report.
|
public MarkdownReporter(java.lang.String reportDestination,
boolean logOnlyOnError,
Priority priority)
reportDestination - target directorylogOnlyOnError - true if a report should only create if an error has
happened.priority - Lowest Priority which should be reported.public void createReport(EventStorage storage, java.lang.String testrunId)
createReport in interface LogReporterstorage - the storage system.testrunId - the id of the testrun.Copyright © 2017 PPI AG. All rights reserved.