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
    • getTestType

      Property<String> getTestType()
      Contains a value representing the type of test suite this task belongs to. See static constants on TestSuiteType for examples.
      Returns:
      this report's test type