Task Inputs
A TaskInputs
represents the inputs for a task.
You can obtain a TaskInputs
instance using getInputs.
Functions
Link copied to clipboard
Registers an input directory hierarchy.
Link copied to clipboard
Registers some input file for this task.
Link copied to clipboard
Registers some input files for this task.
Link copied to clipboard
Returns the input files of this task.
Link copied to clipboard
Returns true if this task has declared the inputs that it consumes.
Link copied to clipboard
Returns true if this task has declared that it accepts source files.
Link copied to clipboard
Returns a map of input properties for this task.
Link copied to clipboard
Returns the set of source files for this task.
Link copied to clipboard
Registers a set of input properties for this task.
Link copied to clipboard
Kotlin extension function for org.gradle.api.tasks.TaskInputs.properties.
Link copied to clipboard
Registers an input property for this task.