Class TestDiscoveryStarted_1_0

java.lang.Object
com.gradle.scan.eventmodel.gradle.testdistribution.TestDiscoveryStarted_1_0
All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData

@GradleVersion(since="5.4") @PluginVersion(since="3.14") public class TestDiscoveryStarted_1_0 extends Object implements com.gradle.scan.eventmodel.EventData
Indicates the start of the test discovery phase of a test task.
  • Field Details

    • task

      public final long task
      The ID of the test task.

      Corresponds to TaskStarted_1_0.id.

  • Constructor Details

    • TestDiscoveryStarted_1_0

      public TestDiscoveryStarted_1_0(long task)
  • Method Details