Package org.gradle.api.flow
Interface FlowActionSpec<P extends FlowParameters>
- Type Parameters:
- P- the parameters defined by the configured- dataflow actiontype.
Allows configuring the parameters for a 
dataflow action.- Since:
- 8.1
- 
Method SummaryModifier and TypeMethodDescriptionReturns the parameters defined by the configureddataflow action.voidparameters(Action<? super P> configureAction) Configures theparametersfor theflow action.
- 
Method Details- 
getParametersP getParameters()Returns the parameters defined by the configureddataflow action.- Returns:
- mutable parameters object, never null.
- Since:
- 8.1
 
- 
parametersConfigures theparametersfor theflow action.- Since:
- 8.7
 
 
-