Class TaskInputsValueProperties_1_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.TaskInputsValueProperties_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@GradleVersion(since="4.0")
@PluginVersion(since="2.1")
public class TaskInputsValueProperties_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
The hashes of the value (i.e. non-file) input properties for a task.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
public final long idThe unique ID of this list of value input property hashes.Referenced by
TaskInputsSnapshottingFinished_1_0.valueInputs. -
hashes
The hashes.The list corresponds to a
TaskInputsPropertyNames_1_0.valueInputsfor the same task. 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
-
TaskInputsValueProperties_1_0
-
-
Method Details