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