Class MvnRemoteTestExecutorsRequested_1_0

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

    @MavenVersion(since="3.3.1")
    @MavenExtensionVersion(since="1.18")
    public class MvnRemoteTestExecutorsRequested_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

      • goalExecutionId

        public final long goalExecutionId
        The ID of the test goal execution the request is being made as part of.

        Corresponds to MvnGoalExecutionStarted_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

      • MvnRemoteTestExecutorsRequested_1_0

        public MvnRemoteTestExecutorsRequested_1_0​(long goalExecutionId,
                                                   int compatibleExecutors)