Class TestExecutorReleased_1_0

  • All Implemented Interfaces:
    com.gradle.scan.eventmodel.EventData

    @GradleVersion(since="5.4")
    @PluginVersion(since="3.14")
    public class TestExecutorReleased_1_0
    extends Object
    implements com.gradle.scan.eventmodel.EventData
    Captures the data about the test executor released from executing test classes of a test task.
    • Field Detail

      • task

        public final long task
        The ID of the test task the test executor was released from.

        Corresponds to TaskStarted_1_0.id.

      • id

        public final long id
        The ID of the test executor released from the test task.

        Corresponds to TestExecutorAssigned_1_0

    • Constructor Detail

      • TestExecutorReleased_1_0

        public TestExecutorReleased_1_0​(long task,
                                        long id)