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 SummaryModifier and TypeMethodDescriptionThe parameters for the value source.voidparameters(Action<? super P> action) Configure the parameters for the value source.
- 
Method Details- 
getParametersP getParameters()The parameters for the value source.- See Also:
 
- 
parametersConfigure the parameters for the value source.- See Also:
 
 
-