provide Delegate
Provides property delegate for typed access to extra properties.
Provides access to the NamedDomainObjectProvider for the element of the given property name from the container via a delegated property.
Allows a NamedDomainObjectCollection to be used as a property delegate.
See also
Required due to KT-25810.
Registers an element and provides a delegate with the resulting NamedDomainObjectProvider.
Locates a property on Project.
Locates a property on Settings.
Provides a TaskProvider delegate for the task named after the property.
Provides a TaskProvider delegate for the task named after the property after configuring it with the given action.
Provides a TaskProvider delegate for the task of the given type named after the property.
Provides a TaskProvider delegate for the task of the given type named after the property after configuring it with the given action.
Registers a task and provides a delegate with the resulting TaskProvider.
Registers a task that gets configured with the given action and provides a delegate with the resulting TaskProvider.
Registers a task of the given type and provides a delegate with the resulting TaskProvider.
Registers a task of the given type that gets configured with the given action and provides a delegate with the resulting TaskProvider.