public class ReqReportBuilderExcel extends AbstractReqReportBuilder
| Modifier and Type | Field and Description |
|---|---|
static String |
EXCEL_REPORT_FILE_DEFAULT_EXTENSION
The default extension for the EXCEL report builder.
|
DEFAULT_REPORT_FILENAME_WITHOUT_EXTENSION| Constructor and Description |
|---|
ReqReportBuilderExcel(Path reportOutputDirPath) |
ReqReportBuilderExcel(Path reportOutputDirPath,
String reportFilename) |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(Collection<Requirement> requirements,
ReqReportConfig config) |
protected String |
getDefaultFileReportExtension() |
void |
run() |
buildReqReports, getCodeDoneCount, getCodeDoneCount, getCodeDoneRatio, getCodeDoneRatio, getCodeUndoneCount, getCodeUndoneCount, getDefaultReportConfig, getDefaultReportFilename, getIgnoredRequirementsCount, getIgnoredRequirementsCount, getRequirementByVersion, getRequirementsIgnoredRatio, getTestDoneRatio, getTestDoneRatio, getTestsDoneCount, getTestsDoneCount, getTestsUndoneCount, getTestsUndoneCountpublic static final String EXCEL_REPORT_FILE_DEFAULT_EXTENSION
public ReqReportBuilderExcel(Path reportOutputDirPath)
reportOutputDirPath - - The directory where to generate the report.ReqReportBuilderExcel(Path, String)public ReqReportBuilderExcel(Path reportOutputDirPath, String reportFilename)
reportOutputDirPath - - The directory where to generate the report.reportFilename - - The name of the output EXCEL output file to generate. If null or blank, the default name will be used.public void configure(Collection<Requirement> requirements, ReqReportConfig config) throws ReqReportBuilderException
configure in interface ReqReportBuilderconfigure in class AbstractReqReportBuilderReqReportBuilderExceptionpublic void run()
throws ReqReportBuilderException
ReqReportBuilderExceptionprotected String getDefaultFileReportExtension()
getDefaultFileReportExtension in class AbstractReqReportBuilderCopyright © 2017–2018. All rights reserved.