Class TestTaskConfiguration_1_0

  • All Implemented Interfaces:
    com.gradle.scan.eventmodel.EventData

    @GradleVersion(since="5.0")
    @PluginVersion(since="3.14")
    public class TestTaskConfiguration_1_0
    extends Object
    implements com.gradle.scan.eventmodel.EventData
    Captures test task configuration.
    • Field Detail

      • task

        public final long task
        The ID of the test task the configuration is captured for.

        Corresponds to TaskStarted_1_0.id.

      • maxParallelForks

        public final int maxParallelForks
        The configured maximum number of test processes to start in parallel.
      • forkEvery

        public final int forkEvery
        The configured maximum number of test classes to execute in a forked test process.
    • Constructor Detail

      • TestTaskConfiguration_1_0

        public TestTaskConfiguration_1_0​(long task,
                                         int maxParallelForks,
                                         int forkEvery)