Class MvnTestStarted_1_1

java.lang.Object
com.gradle.scan.eventmodel.maven.MvnTestStarted_1_0
com.gradle.scan.eventmodel.maven.MvnTestStarted_1_1
All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
Direct Known Subclasses:
MvnTestStarted_1_2

@MavenVersion(since="3.3.1") @MavenExtensionVersion(since="1.14", until="1.15") public class MvnTestStarted_1_1 extends MvnTestStarted_1_0
  • Field Details

    • testSelectionReasonOrdinal

      @Nullable("if Predictive Test Selection was not applied to the test goal") public final @Nullable("if Predictive Test Selection was not applied to the test goal") Integer testSelectionReasonOrdinal
      Indicates why a test was selected when Predictive Test Selection is enabled and is applicable to the test.

      The ordinal value will be mapped to a descriptive message in the Predictive Test Selection dashboards.

  • Constructor Details

    • MvnTestStarted_1_1

      public MvnTestStarted_1_1(long goalId, long id, String name, String className, @Nullable @Nullable Integer testSelectionReasonOrdinal)
  • Method Details