Package com.gradle.scan.eventmodel.maven
Class MvnGoalInputsValueProperties_1_0
java.lang.Object
com.gradle.scan.eventmodel.maven.MvnGoalInputsValueProperties_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@MavenVersion(since="3.3.1")
@MavenExtensionVersion(since="1.1")
public class MvnGoalInputsValueProperties_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
The hashes of the value (i.e. non-file) input properties for a goal.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
id
public final long idThe unique ID of this list of value input property hashes.Referenced by
MvnGoalInputsFingerprintingFinished_1_1.valueInputs
. -
hashes
The hashes.The list corresponds to a
MvnGoalInputsPropertyNames_1_0.valueInputs
for the same goal. That is, the hash for the first property in that list is the first hash in this list.Does not contain null values.
-
-
Constructor Details
-
MvnGoalInputsValueProperties_1_0
-
-
Method Details