public class HtmlTestOutcomeReportingTask extends java.lang.Object implements ReportingTask
| Modifier and Type | Class and Description |
|---|---|
static class |
HtmlTestOutcomeReportingTask.TestOutcomeReportBuilder |
| Constructor and Description |
|---|
HtmlTestOutcomeReportingTask(TestOutcome testOutcome,
java.io.File outputDirectory,
RequirementsService requirementsService,
EnvironmentVariables environmentVariables,
IssueTracking issueTracking) |
| Modifier and Type | Method and Description |
|---|---|
void |
generateReports() |
static HtmlTestOutcomeReportingTask.TestOutcomeReportBuilder |
testOutcomeReportsFor(TestOutcomes testOutcomes) |
public HtmlTestOutcomeReportingTask(TestOutcome testOutcome, java.io.File outputDirectory, RequirementsService requirementsService, EnvironmentVariables environmentVariables, IssueTracking issueTracking)
public void generateReports()
throws java.io.IOException
generateReports in interface ReportingTaskjava.io.IOExceptionpublic static HtmlTestOutcomeReportingTask.TestOutcomeReportBuilder testOutcomeReportsFor(TestOutcomes testOutcomes)