public abstract class AbstractReqReportBuilder extends Object implements ReqReportBuilder
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_REPORT_FILENAME_WITHOUT_EXTENSION
The default name of the file containing the report, without the extension.
|
| Constructor and Description |
|---|
AbstractReqReportBuilder() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrunpublic static final String DEFAULT_REPORT_FILENAME_WITHOUT_EXTENSION
public void configure(Collection<Requirement> requirements, ReqReportConfig config) throws ReqReportBuilderException
configure in interface ReqReportBuilderReqReportBuilderExceptionprotected long getCodeDoneCount()
protected long getCodeUndoneCount()
protected long getCodeDoneCount(String version)
version - - The version to use for filtering.protected long getCodeUndoneCount(String version)
version - - The version to use for filtering.protected Float getCodeDoneRatio()
protected Float getCodeDoneRatio(String version)
version - : The version to use for filteringprotected long getTestsDoneCount()
protected long getTestsUndoneCount()
protected long getTestsDoneCount(String version)
version - - The version to use for filtering.protected long getTestsUndoneCount(String version)
version - - The version to use for filtering.protected Float getTestDoneRatio()
protected Float getTestDoneRatio(String version)
version - : The version to use for filteringprotected long getIgnoredRequirementsCount()
protected long getIgnoredRequirementsCount(String version)
version - - The version to use for filtering.protected Collection<Requirement> getRequirementByVersion(String version)
protected ReqReportConfig getDefaultReportConfig()
protected float getRequirementsIgnoredRatio(String version)
protected Collection<ReqReport> buildReqReports()
protected String getDefaultReportFilename()
DEFAULT_REPORT_FILENAME_WITHOUT_EXTENSION,
getDefaultFileReportExtension()protected abstract String getDefaultFileReportExtension()
Copyright © 2017–2018. All rights reserved.