api / org.gradle.api.file / ConfigurableFileCollection / getBuiltBy

getBuiltBy

abstract fun getBuiltBy(): MutableSet<Any>

Returns the set of tasks which build the files of this collection.

Return
The set. Returns an empty set when there are no such tasks.