Class RemoteTestExecutorsRequested_1_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.testdistribution.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 Summary
FieldsModifier 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 task the executors were requested for. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
task
public final long taskThe ID of the test task the executors were requested for.Corresponds to
TaskStarted_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
-
RemoteTestExecutorsRequested_1_0
public RemoteTestExecutorsRequested_1_0(long task, int compatibleExecutors)
-
-
Method Details