Package com.gradle.scan.eventmodel.maven
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 Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
goalId
public final long goalIdThe ID of the goal execution that executed the test. -
id
public final long idThe ID of the test. -
name
The name of the test. -
className
The fully qualified test class name for the test.
-
-
Constructor Details
-
MvnTestStarted_1_0
-
-
Method Details