Class MvnTestStarted_1_3

All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
Direct Known Subclasses:
MvnTestStarted_1_4

@MavenVersion(since="3.3.1") @MavenExtensionVersion(since="1.17", until="1.17") public class MvnTestStarted_1_3 extends MvnTestStarted_1_2
  • Field Details

    • displayName

      @Nullable("if display name is equal to the primary technical name") public final @Nullable("if display name is equal to the primary technical name") String displayName
      The display name of the test, if any.
  • Constructor Details

    • MvnTestStarted_1_3

      public MvnTestStarted_1_3(long goalId, long id, String name, String className, @Nullable @Nullable Integer testSelectionReasonOrdinal, @Nullable @Nullable Long parent, MvnTestType_1 testType, @Nullable @Nullable String displayName)
  • Method Details