Interface AggregateTestReport
- All Superinterfaces:
Named, ReportSpec
A container for the inputs of an aggregated test report.
- Since:
- 7.4
-
Nested Class Summary
Nested classes/interfaces inherited from interface Named
Named.Namer -
Method Summary
Modifier and TypeMethodDescriptionContains theTestReporttask instance which produces this report.Contains the name of the test suite in target projects that this report will aggregate.
-
Method Details
-
getReportTask
TaskProvider<TestReport> getReportTask()Contains theTestReporttask instance which produces this report.- Returns:
- the task instance
-
getTestSuiteName
-