Package com.gradle.scan.eventmodel.maven
Class MvnGoalInputsFingerprintingStarted_1_0
java.lang.Object
com.gradle.scan.eventmodel.maven.MvnGoalInputsFingerprintingStarted_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@MavenVersion(since="3.3.1")
@MavenExtensionVersion(since="1.0")
public class MvnGoalInputsFingerprintingStarted_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
Indicates that fingerprinting the inputs of a goal execution has started.
Fingerprinting reduces the inputs of a goal execution to a strong hash code, which can then be used as a cache key.
-
Field Summary
Modifier and TypeFieldDescriptionfinal long
The ID of the goal execution, linking toMvnGoalExecutionStarted_1_0.id
. -
Constructor Summary
-
Method Summary
-
Field Details
-
goalExecutionId
public final long goalExecutionIdThe ID of the goal execution, linking toMvnGoalExecutionStarted_1_0.id
.
-
-
Constructor Details
-
MvnGoalInputsFingerprintingStarted_1_0
public MvnGoalInputsFingerprintingStarted_1_0(long goalExecutionId)
-
-
Method Details