Package org.gradle.api.provider


@Incubating @NonNullApi package org.gradle.api.provider
The interfaces for value providers.
Since:
4.0
  • Interfaces
    Class
    Description
    Represents a property whose type is a List of elements of type ListProperty.
    A Provider representation for capturing the state of a property.
    Deprecated.
    Use Property instead.
    A container object that provides a value of a specific type.
    A factory for creating instances of Provider and PropertyState.