Has Multiple Values
Represents a property whose value can be set using multiple elements of type T, such as a collection property.
Note: This interface is not intended for implementation by build script or plugin authors. You can use the factory methods on org.gradle.api.model.ObjectFactory to create various subtypes of this interface.
Since
4.5
Parameters
<T>
the type of elements.
Inheritors
Functions
Link copied to clipboard
Sets the value of the property to the elements of the given iterable, and replaces any existing value
Sets the property to have the same value of the given provider, and replaces any existing value
Link copied to clipboard
Specifies the value to use as the convention for this property.
Specifies the provider of the value to use as the convention for this property.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Sets the value of this property to an empty collection, and replaces any existing value.
Link copied to clipboard
Disallows further changes to the value of this property.
Link copied to clipboard
Link copied to clipboard
Sets the value of the property to the elements of the given iterable, and replaces any existing value.
Sets the property to have the same value of the given provider, and replaces any existing value.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Sets the value of the property to the elements of the given iterable, and replaces any existing value.
Sets the property to have the same value of the given provider, and replaces any existing value.