Class MvnTestDiscoveryFinished_1_0
java.lang.Object
com.gradle.scan.eventmodel.maven.testdistribution.MvnTestDiscoveryFinished_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@MavenVersion(since="3.3.1")
@MavenExtensionVersion(since="1.18")
public class MvnTestDiscoveryFinished_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
Indicates that the test discovery phase of a test goal has finished.
-
Field Summary
Modifier and TypeFieldDescriptionfinal long
The ID of the test goal execution the request is being made as part of. -
Constructor Summary
-
Method Summary
-
Field Details
-
goalExecutionId
public final long goalExecutionIdThe ID of the test goal execution the request is being made as part of.Corresponds to
MvnGoalExecutionStarted_1_0.id
.
-
-
Constructor Details
-
MvnTestDiscoveryFinished_1_0
public MvnTestDiscoveryFinished_1_0(long goalExecutionId)
-
-
Method Details