Class MvnTestCaptureSetting_1_0

java.lang.Object
com.gradle.scan.eventmodel.maven.MvnTestCaptureSetting_1_0
All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData

@MavenVersion(since="3.3.1") @MavenExtensionVersion(since="1.2") public class MvnTestCaptureSetting_1_0 extends Object implements com.gradle.scan.eventmodel.EventData
Indicates the build's decision whether to capture tests for this build. An event stream will always contain a single MvnTestCaptureSetting_1_0 event.
  • Field Details

    • captureDisabledReasons

      @Nullable("if tests were all captured") public final @Nullable("if tests were all captured") List<String> captureDisabledReasons
      The reasons why tests were not captured for this build.

      null if tests were all captured.

  • Constructor Details

    • MvnTestCaptureSetting_1_0

      public MvnTestCaptureSetting_1_0(@Nullable @Nullable List<String> captureDisabledReasons)
  • Method Details