Interface AggregateTestReport

All Superinterfaces:
Named, ReportSpec

@Incubating public interface AggregateTestReport extends ReportSpec
A container for the inputs of an aggregated test report.
Since:
7.4
  • Method Details

    • getReportTask

      TaskProvider<TestReport> getReportTask()
      Contains the TestReport task instance which produces this report.
      Returns:
      the task instance
    • getTestSuiteName

      Property<String> getTestSuiteName()
      Contains the name of the test suite in target projects that this report will aggregate.
      Returns:
      the name of the suite that this report will aggregate.
      Since:
      8.13