named
Locates an object by name and type, without triggering its creation or configuration, failing if there is no such object.
See also
Configures an object by name and type, without triggering its creation or configuration, failing if there is no such object.
See also
Creates a simple immutable Named object of the given type and name.
Return
the created named object
Parameters
The type of object to create
The name of the created object
See also
Locates a task by name and type, without triggering its creation or configuration, failing if there is no such task.
See also
Configures a task by name and type, without triggering its creation or configuration, failing if there is no such task.
See also
Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.model.ObjectFactory.named.
Since
4.0
See also
Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.tasks.TaskCollection.named.
Since
5.0
See also
Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.NamedDomainObjectCollection.named.
Since
5.0
See also
Kotlin extension function taking kotlin.reflect.KClass for org.gradle.model.ModelMap.named.