Package net.thucydides.core.reports.html
Class TagReportingTask.TagReportBuilder
- java.lang.Object
-
- net.thucydides.core.reports.html.TagReportingTask.TagReportBuilder
-
- Enclosing class:
- TagReportingTask
public static class TagReportingTask.TagReportBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<ReportingTask>using(FreemarkerContext freemarker, EnvironmentVariables environmentVariables, File outputDirectory, ReportNameProvider reportName, List<TestTag> allTags, List<String> knownRequirementReportNames)
-
-
-
Method Detail
-
using
public Set<ReportingTask> using(FreemarkerContext freemarker, EnvironmentVariables environmentVariables, File outputDirectory, ReportNameProvider reportName, List<TestTag> allTags, List<String> knownRequirementReportNames)
-
-