Class MvnTestGoalConfiguration_1_0
java.lang.Object
com.gradle.scan.eventmodel.maven.test.MvnTestGoalConfiguration_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@MavenVersion(since="3.3.1")
@MavenExtensionVersion(since="1.18")
public class MvnTestGoalConfiguration_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
Captures test goal execution configuration.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal intThe configured maximum number of JVM processes that will be spawned concurrently to execute the tests.final longThe ID of the test goal execution the request is being made as part of.final booleanIndicates whether the spawned test process is terminated after one test class. -
Constructor Summary
ConstructorsConstructorDescriptionMvnTestGoalConfiguration_1_0(long goalExecutionId, int forkCount, boolean reuseForks) -
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. -
forkCount
public final int forkCountThe configured maximum number of JVM processes that will be spawned concurrently to execute the tests. -
reuseForks
public final boolean reuseForksIndicates whether the spawned test process is terminated after one test class.
-
-
Constructor Details
-
MvnTestGoalConfiguration_1_0
public MvnTestGoalConfiguration_1_0(long goalExecutionId, int forkCount, boolean reuseForks)
-
-
Method Details