Package org.gradle.api.provider
Interface ValueSourceSpec<P extends ValueSourceParameters>
- Type Parameters:
P
- The value source specific parameter type.
public interface ValueSourceSpec<P extends ValueSourceParameters>
Base configuration for value source definitions.
- Since:
- 6.1
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionThe parameters for the value source.void
parameters
(Action<? super P> action) Configure the parameters for the value source.
-
Method Details
-
getParameters
P getParameters()The parameters for the value source.- See Also:
-
parameters
Configure the parameters for the value source.- See Also:
-