public interface ReqReportBuilder
| Modifier and Type | Method and Description |
|---|---|
void |
configure(Collection<Requirement> requirements,
ReqReportConfig config) |
void |
run()
Run the current report builder.
|
void run() throws ReqReportBuilderException
configure(Collection, ReqReportConfig) must (should) be called first.ReqReportBuilderException - If an error occurs while building the report.configure(Collection, ReqReportConfig)void configure(Collection<Requirement> requirements, ReqReportConfig config) throws ReqReportBuilderException
requirements - - The requirements from which the report is to be configured.config - - The report builder configuration.ReqReportBuilderException - If an errors occurs while configuring the report builder.Copyright © 2017. All rights reserved.