Class MvnTestExecutorReleased_1_0
java.lang.Object
com.gradle.scan.eventmodel.maven.test.MvnTestExecutorReleased_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@MavenVersion(since="3.3.1")
@MavenExtensionVersion(since="1.18")
public class MvnTestExecutorReleased_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
Captures the data about the test executor released from executing test classes of a test goal.
-
Field Summary
Modifier and TypeFieldDescriptionfinal long
The ID of the test goal execution the request is being made as part of.final long
The ID of the test executor released from the test goal. -
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
. -
id
public final long idThe ID of the test executor released from the test goal.Matches
MvnTestExecutorAssigned_1_0.id
-
-
Constructor Details
-
MvnTestExecutorReleased_1_0
public MvnTestExecutorReleased_1_0(long goalExecutionId, long id)
-
-
Method Details