Class MvnTestStarted_1_0

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

@MavenVersion(since="3.3.1") @MavenExtensionVersion(since="1.2", until="1.13") public class MvnTestStarted_1_0 extends Object implements com.gradle.scan.eventmodel.EventData
An EventData that is published when a test has started executing.

Zero or more MvnTestStarted_1_0 events may be published.

  • Field Details

    • goalId

      public final long goalId
      The ID of the goal execution that executed the test.
    • id

      public final long id
      The ID of the test.
    • name

      public final String name
      The name of the test.
    • className

      public final String className
      The fully qualified test class name for the test.
  • Constructor Details

    • MvnTestStarted_1_0

      public MvnTestStarted_1_0(long goalId, long id, String name, String className)
  • Method Details