Class MvnRemoteTestExecutorsRequested_1_0
java.lang.Object
com.gradle.scan.eventmodel.maven.testdistribution.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 Summary
Modifier and TypeFieldDescriptionfinal int
The potential number of remote executors that the tests of this test task could have been executed on.final long
The ID of the test goal execution the request is being made as part of. -
Constructor Summary
ConstructorDescriptionMvnRemoteTestExecutorsRequested_1_0
(long goalExecutionId, int compatibleExecutors) -
Method Summary
-
Field Details
-
goalExecutionId
public final long goalExecutionIdThe ID of the test goal execution the request is being made as part of.Corresponds to
MvnGoalExecutionStarted_1_0.id
. -
compatibleExecutors
public final int compatibleExecutorsThe 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 Details
-
MvnRemoteTestExecutorsRequested_1_0
public MvnRemoteTestExecutorsRequested_1_0(long goalExecutionId, int compatibleExecutors)
-
-
Method Details