named
abstract fun <S : T?> named(name: String, type: Class<S>, configurationAction: Action<out Any>): TaskProvider<S>
Locates a task by name, without triggering its creation or configuration, failing if there is no such object.
Return
A Provider that will return the task when queried. The task may be created and configured at this point, if not already.
Parameters
name
The task name
Throws
If a task with the given name is not defined.