public class CucumberCustomReport extends SimpleReport
| Modifier and Type | Field and Description |
|---|---|
private String[] |
customReportTemplateNames |
private String[] |
jsonUsageReportPaths |
CHART_HEIGHT, CHART_THICKNESS, CHART_WIDTH| Constructor and Description |
|---|
CucumberCustomReport() |
CucumberCustomReport(ExtendedRuntimeOptions extendedOptions) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
void |
execute(String[] formats) |
String[] |
getCustomReportTemplateNames() |
String[] |
getJsonUsageReportPaths() |
CucumberReportLink |
getReportDocLink() |
CucumberReportTypes |
getReportType() |
void |
setCustomReportTemplateNames(String[] customReportTemplateNamesValue) |
void |
setJsonUsageReportPaths(String[] jsonUsageReportPathsValue) |
void |
validateParameters() |
constructErrorMessage, dumpOverviewStats, export, generateReportFromTemplate, getOutputDirectory, getOutputHtmlFile, getOutputName, getPdfPageSize, getSourceFile, getSourceFiles, getStatuses, getTemplatesLocation, isImageExportable, readFileContent, replaceSvgWithPng, reportSuffix, setOutputDirectory, setOutputName, setPdfPageSize, setSourceFile, setSourceFiles, setTemplatesLocation, templateNameprivate String[] jsonUsageReportPaths
private String[] customReportTemplateNames
public CucumberCustomReport()
public CucumberCustomReport(ExtendedRuntimeOptions extendedOptions)
public String[] getJsonUsageReportPaths()
public void setJsonUsageReportPaths(String[] jsonUsageReportPathsValue)
public String[] getCustomReportTemplateNames()
public void setCustomReportTemplateNames(String[] customReportTemplateNamesValue)
public void execute()
throws Exception
execute in class SimpleReportExceptionpublic void execute(String[] formats) throws Exception
execute in class SimpleReportExceptionpublic CucumberReportTypes getReportType()
getReportType in class CucumberResultsCommonpublic CucumberReportLink getReportDocLink()
getReportDocLink in class CucumberResultsCommonpublic void validateParameters()
validateParameters in class CucumberResultsCommonCopyright © 2013-2018. All Rights Reserved.