public class HtmlTestOutcomeReportingTask extends Object implements ReportingTask
| Modifier and Type | Class and Description |
|---|---|
static class |
HtmlTestOutcomeReportingTask.TestOutcomeReportBuilder |
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOGGER |
| Constructor and Description |
|---|
HtmlTestOutcomeReportingTask(TestOutcome testOutcome,
File outputDirectory,
RequirementsService requirementsService,
EnvironmentVariables environmentVariables,
IssueTracking issueTracking) |
| Modifier and Type | Method and Description |
|---|---|
void |
generateReports() |
String |
reportName() |
static HtmlTestOutcomeReportingTask.TestOutcomeReportBuilder |
testOutcomeReportsFor(TestOutcomes testOutcomes) |
public HtmlTestOutcomeReportingTask(TestOutcome testOutcome, File outputDirectory, RequirementsService requirementsService, EnvironmentVariables environmentVariables, IssueTracking issueTracking)
public String reportName()
reportName in interface ReportingTaskpublic void generateReports()
throws IOException
generateReports in interface ReportingTaskIOExceptionpublic static HtmlTestOutcomeReportingTask.TestOutcomeReportBuilder testOutcomeReportsFor(TestOutcomes testOutcomes)
Copyright © 2023. All rights reserved.