public class CucumberRetrospectiveOverviewReport extends CucumberResultsCommon
CHART_HEIGHT, CHART_THICKNESS, CHART_WIDTH| Constructor and Description |
|---|
CucumberRetrospectiveOverviewReport() |
| Modifier and Type | Method and Description |
|---|---|
private BreakdownStats[] |
calculateStats(String[] files) |
private String |
drawBarChart(RetrospectiveModel model,
BreakdownStats stats,
int offset,
int barSize) |
private String |
drawGraph(RetrospectiveModel model,
BreakdownStats[] stats) |
void |
executeReport(File config,
boolean aggregate,
boolean toPDF) |
void |
executeReport(RetrospectiveBatch batch,
boolean aggregate,
boolean toPDF) |
void |
executeReport(RetrospectiveModel model,
boolean aggregate,
boolean toPDF) |
private String |
generateRetrospectiveReport(RetrospectiveModel model,
BreakdownStats[] stats) |
private String[] |
getFileNames(String rootFolder) |
private String[] |
getFilesByMask(String mask) |
protected String |
getReportBase() |
aggregateResults, dumpOverviewStats, exportToPDF, generatePieChart, getOutputDirectory, getOutputName, getPdfPageSize, getSourceFile, getStatuses, readFileContent, readFileContent, readFileContent, replaceHtmlEntitiesWithCodes, replaceSvgWithPng, setOutputDirectory, setOutputName, setPdfPageSize, setSourceFileprotected String getReportBase() throws IOException
IOExceptionprivate BreakdownStats[] calculateStats(String[] files) throws Exception
Exceptionprivate String drawBarChart(RetrospectiveModel model, BreakdownStats stats, int offset, int barSize)
private String drawGraph(RetrospectiveModel model, BreakdownStats[] stats)
private String generateRetrospectiveReport(RetrospectiveModel model, BreakdownStats[] stats) throws Exception
Exceptionpublic void executeReport(RetrospectiveModel model, boolean aggregate, boolean toPDF) throws Exception
Exceptionpublic void executeReport(RetrospectiveBatch batch, boolean aggregate, boolean toPDF) throws Exception
ExceptionCopyright © 2013-2016. All Rights Reserved.