Package org.gradle.api.flow
Gradle Flow API.
-
Interface Summary Interface Description BuildWorkResult Summary result of the execution of the work scheduled for the current build.FlowAction<P extends FlowParameters> A dataflow action.FlowActionSpec<P extends FlowParameters> Allows configuring the parameters for adataflow action
.FlowParameters Marker interface fordataflow action
parameters.FlowProviders Exposes build lifecycle events asproviders
so they can be used as inputs todataflow actions
.FlowScope Augments the cached work graph withdataflow actions
, anonymous, parameterized and isolated pieces of work that are triggered solely based on the availability of their input parameters.FlowScope.Registration<P extends FlowParameters> Represents a registereddataflow action
. -
Class Summary Class Description FlowParameters.None Used fordataflow actions
without parameters.