Class TaskInputsPropertyNames_1_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.TaskInputsPropertyNames_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@GradleVersion(since="4.0")
@PluginVersion(since="2.1")
public class TaskInputsPropertyNames_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
The names of the input and output properties of a task.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe names of the file input properties.final longThe unique ID of this task property names.The names of the output properties.The names of the value (i.e. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
public final long idThe unique ID of this task property names.Referenced by
TaskInputsSnapshottingFinished_1_0.propertyNames. -
valueInputs
@Nullable("if the task has no value input properties") public final @Nullable("if the task has no value input properties") List<String> valueInputsThe names of the value (i.e. non-file) input properties.The list is lexicographically ordered.
-
fileInputs
@Nullable("if the task has no file input properties") public final @Nullable("if the task has no file input properties") List<String> fileInputsThe names of the file input properties.The list is lexicographically ordered.
-
outputs
The names of the output properties.The list is lexicographically ordered.
-
-
Constructor Details
-
TaskInputsPropertyNames_1_0
-
-
Method Details