public class ReqReportBuilderHtml extends AbstractReqReportBuilder
| Modifier and Type | Field and Description |
|---|---|
static String |
HTML_REPORT_FILE_DEFAULT_EXTENSION
The default extension for the HTML report builder.
|
DEFAULT_REPORT_FILENAME_WITHOUT_EXTENSION| Constructor and Description |
|---|
ReqReportBuilderHtml(Path reportOutputDirPath) |
ReqReportBuilderHtml(Path reportOutputDirPath,
String reportFilename) |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(Collection<Requirement> requirements,
ReqReportConfig config) |
protected String |
getDefaultFileReporttExtension() |
void |
run() |
getCodeDoneCount, getCodeDoneCount, getCodeDoneRatio, getCodeDoneRatio, getCodeUndoneCount, getCodeUndoneCount, getDefaultReportConfig, getDefaultReportFilename, getIgnoredRequirementsCount, getIgnoredRequirementsCount, getRequirementByVersion, getTestDoneRatio, getTestDoneRatio, getTestsDoneCount, getTestsDoneCount, getTestsUndoneCount, getTestsUndoneCountpublic static final String HTML_REPORT_FILE_DEFAULT_EXTENSION
public ReqReportBuilderHtml(Path reportOutputDirPath)
reportOutputDirPath - - The directory where to generate the report.ReqReportBuilderHtml(Path, String)public void configure(Collection<Requirement> requirements, ReqReportConfig config) throws ReqReportBuilderException
configure in interface ReqReportBuilderconfigure in class AbstractReqReportBuilderReqReportBuilderExceptionpublic void run()
throws ReqReportBuilderException
ReqReportBuilderExceptionprotected String getDefaultFileReporttExtension()
getDefaultFileReporttExtension in class AbstractReqReportBuilderCopyright © 2017. All rights reserved.