Class 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 Detail

      • task

        public final long task
        The ID of the test task the request is being made as part of.

        Corresponds to TaskStarted_1_0.id.

    • Constructor Detail

      • TestSelectionStarted_1_0

        public TestSelectionStarted_1_0​(long task)