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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
task
public final long taskThe ID of the test task.Corresponds to
TaskStarted_1_0.id.
-
-
Constructor Details
-
TestDiscoveryFinished_1_0
public TestDiscoveryFinished_1_0(long task)
-
-
Method Details