Class MvnTestExecutorAssigned_1_0
java.lang.Object
com.gradle.scan.eventmodel.maven.test.MvnTestExecutorAssigned_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@MavenVersion(since="3.3.1")
@MavenExtensionVersion(since="1.18")
public class MvnTestExecutorAssigned_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
Captures the data about the test executor assigned to execute test classes of a test goal.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal longThe ID of the test goal execution the request is being made as part of.final @Nullable("if local executor is assigned or if is equal to name") StringThe hostname of the test executor assigned to the test goal.final longThe ID of the test executor assigned to the test goal.final booleanIndicates whether assigned executor is local or remote.final StringThe name of the test executor assigned to the test goal.final @Nullable("if a local test executor was assigned") StringThe ID of the Test Distribution executor pool the executor belongs to. -
Constructor Summary
ConstructorsConstructorDescriptionMvnTestExecutorAssigned_1_0(long goalExecutionId, long id, boolean isRemote, String name, @Nullable String hostname, @Nullable String poolId) -
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. -
id
public final long idThe ID of the test executor assigned to the test goal.Matches
MvnTestExecutorReleased_1_0.id -
isRemote
public final boolean isRemoteIndicates whether assigned executor is local or remote. -
name
The name of the test executor assigned to the test goal. -
hostname
@Nullable("if local executor is assigned or if is equal to name") public final @Nullable("if local executor is assigned or if is equal to name") String hostnameThe hostname of the test executor assigned to the test goal. -
poolId
@Nullable("if a local test executor was assigned") public final @Nullable("if a local test executor was assigned") String poolIdThe ID of the Test Distribution executor pool the executor belongs to.
-
-
Constructor Details
-
MvnTestExecutorAssigned_1_0
-
-
Method Details