T - the type of elements.HasMultipleValues<T>, Provider<List<T>>@Incubating public interface ListProperty<T> extends Provider<List<T>>, HasMultipleValues<T>
List of elements of type ListProperty.
 
 You can create a ListProperty instance using factory method ObjectFactory.listProperty(Class).
 
Note: This interface is not intended for implementation by build script or plugin authors.
| Modifier and Type | Method | Description | 
|---|---|---|
| ListProperty<T> | convention(Iterable<? extends T> elements) | Specifies the value to use as the convention for this property. | 
| ListProperty<T> | convention(Provider<? extends Iterable<? extends T>> provider) | Specifies the provider of the value to use as the convention for this property. | 
| ListProperty<T> | empty() | Sets the value of this property to an empty collection, and replaces any existing value. | 
add, add, addAll, addAll, addAll, finalizeValue, set, setListProperty<T> empty()
empty in interface HasMultipleValues<T>ListProperty<T> convention(Iterable<? extends T> elements)
convention in interface HasMultipleValues<T>elements - The elementsListProperty<T> convention(Provider<? extends Iterable<? extends T>> provider)
convention in interface HasMultipleValues<T>provider - The provider of the elements