public abstract class ConfigurableReport<Model> extends AggregatedReport
CHART_HEIGHT, CHART_THICKNESS, CHART_WIDTH| Constructor and Description |
|---|
ConfigurableReport() |
ConfigurableReport(ExtendedRuntimeOptions extendedOptions) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(boolean aggregate,
String[] formats) |
abstract void |
execute(File config,
boolean aggregate,
String[] formats) |
void |
execute(File config,
CucumberFeatureResult[] results,
boolean aggregate,
String[] formats) |
void |
execute(File config,
String[] formats) |
abstract void |
execute(Model batch,
boolean aggregate,
String[] formats) |
abstract void |
execute(Model model,
CucumberFeatureResult[] results,
boolean aggregate,
String[] formats) |
void |
execute(Model batch,
String[] formats) |
void |
execute(String[] formats) |
private Model |
getModelFromFile(File config) |
aggregateResults, execute, execute, execute, execute, execute, readFileContent, readFileContentconstructErrorMessage, dumpOverviewStats, export, generateReportFromTemplate, getOutputDirectory, getOutputHtmlFile, getOutputName, getPdfPageSize, getReportDocLink, getReportType, getSourceFile, getSourceFiles, getStatuses, getTemplatesLocation, isImageExportable, readFileContent, replaceSvgWithPng, reportSuffix, setOutputDirectory, setOutputName, setPdfPageSize, setSourceFile, setSourceFiles, setTemplatesLocation, templateName, validateParameterspublic ConfigurableReport()
public ConfigurableReport(ExtendedRuntimeOptions extendedOptions)
public abstract void execute(Model batch, boolean aggregate, String[] formats) throws Exception
Exceptionpublic abstract void execute(File config, boolean aggregate, String[] formats) throws Exception
Exceptionpublic void execute(boolean aggregate,
String[] formats)
throws Exception
execute in class AggregatedReportExceptionpublic void execute(String[] formats) throws Exception
execute in class SimpleReportExceptionprivate Model getModelFromFile(File config) throws IOException
IOExceptionpublic void execute(File config, CucumberFeatureResult[] results, boolean aggregate, String[] formats) throws Exception
Exceptionpublic abstract void execute(Model model, CucumberFeatureResult[] results, boolean aggregate, String[] formats) throws Exception
ExceptionCopyright © 2013-2018. All Rights Reserved.