Class 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 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.

      • forkCount

        public final int forkCount
        The configured maximum number of JVM processes that will be spawned concurrently to execute the tests.
      • reuseForks

        public final boolean reuseForks
        Indicates whether the spawned test process is terminated after one test class.
    • Constructor Detail

      • MvnTestGoalConfiguration_1_0

        public MvnTestGoalConfiguration_1_0​(long goalExecutionId,
                                            int forkCount,
                                            boolean reuseForks)