Class RemoteTestExecutorsRequested_1_0

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

    @GradleVersion(since="5.4")
    @PluginVersion(since="3.14")
    public class RemoteTestExecutorsRequested_1_0
    extends Object
    implements com.gradle.scan.eventmodel.EventData
    Captures information about the actual demand of remote test executors for a test task.
    • Field Detail

      • task

        public final long task
        The ID of the test task the executors were requested for.

        Corresponds to TaskStarted_1_0.id.

      • compatibleExecutors

        public final int compatibleExecutors
        The potential number of remote executors that the tests of this test task could have been executed on. Corresponds to the number of all executors across all pools that match specified requirements, as well as matching executors not belonging to any pools.
    • Constructor Detail

      • RemoteTestExecutorsRequested_1_0

        public RemoteTestExecutorsRequested_1_0​(long task,
                                                int compatibleExecutors)