Package net.thucydides.core.reports.html
Class AggregateReportingTask
- java.lang.Object
-
- net.thucydides.core.reports.html.BaseReportingTask
-
- net.thucydides.core.reports.html.AggregateReportingTask
-
- All Implemented Interfaces:
ReportingTask
public class AggregateReportingTask extends BaseReportingTask implements ReportingTask
-
-
Field Summary
-
Fields inherited from class net.thucydides.core.reports.html.BaseReportingTask
LOGGER
-
-
Constructor Summary
Constructors Constructor Description AggregateReportingTask(FreemarkerContext context, EnvironmentVariables environmentVariables, RequirementsService requirementsService, File outputDirectory, TestOutcomes testOutcomes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgenerateReports()-
Methods inherited from class net.thucydides.core.reports.html.BaseReportingTask
generateCSVReportFor, generateReportPage, mergeTemplate
-
-
-
-
Constructor Detail
-
AggregateReportingTask
public AggregateReportingTask(FreemarkerContext context, EnvironmentVariables environmentVariables, RequirementsService requirementsService, File outputDirectory, TestOutcomes testOutcomes)
-
-
Method Detail
-
generateReports
public void generateReports() throws IOException- Specified by:
generateReportsin interfaceReportingTask- Specified by:
generateReportsin classBaseReportingTask- Throws:
IOException
-
-