Class TestDiscoveryFinished_1_0

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

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

    • task

      public final long task
      The ID of the test task.

      Corresponds to TaskStarted_1_0.id.

  • Constructor Details

    • TestDiscoveryFinished_1_0

      public TestDiscoveryFinished_1_0(long task)
  • Method Details