public class AssociatedTagReportingTask extends TagReportingTask implements ReportingTask
| Constructor and Description |
|---|
AssociatedTagReportingTask(FreemarkerContext freemarker,
EnvironmentVariables environmentVariables,
java.io.File outputDirectory,
ReportNameProvider reportName) |
AssociatedTagReportingTask(FreemarkerContext freemarker,
EnvironmentVariables environmentVariables,
java.io.File outputDirectory,
ReportNameProvider reportName,
int batchNumber,
int totalBatches) |
| Modifier and Type | Method and Description |
|---|---|
AssociatedTagReportingTask |
forBatch(int batchNumber,
int totalBatches) |
void |
generateReportsFor(TestOutcomes testOutcomes) |
public AssociatedTagReportingTask(FreemarkerContext freemarker, EnvironmentVariables environmentVariables, java.io.File outputDirectory, ReportNameProvider reportName)
public AssociatedTagReportingTask(FreemarkerContext freemarker, EnvironmentVariables environmentVariables, java.io.File outputDirectory, ReportNameProvider reportName, int batchNumber, int totalBatches)
public void generateReportsFor(TestOutcomes testOutcomes) throws java.io.IOException
generateReportsFor in interface ReportingTaskgenerateReportsFor in class TagReportingTaskjava.io.IOExceptionpublic AssociatedTagReportingTask forBatch(int batchNumber, int totalBatches)