Class TestSelectionStarted_1_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.pts.TestSelectionStarted_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
- Direct Known Subclasses:
TestSelectionStarted_1_1
@GradleVersion(since="5.4")
@PluginVersion(since="3.10",
until="3.13")
public class TestSelectionStarted_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
Indicates the beginning of the selection process.
This event encompasses gathering data for the selection service request and obtaining and processing the result.
Zero or more TestSelectionStarted_1_0 events may be published.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal longThe ID of the test task the request is being made as part of. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
task
public final long taskThe ID of the test task the request is being made as part of.Corresponds to
TaskStarted_1_0.id.
-
-
Constructor Details
-
TestSelectionStarted_1_0
public TestSelectionStarted_1_0(long task)
-
-
Method Details