Package org.gradle.api.flow
@NonNullApi
package org.gradle.api.flow
Gradle Flow API.
-
ClassDescriptionSummary 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 a
dataflow action
.Marker interface fordataflow action
parameters.Used fordataflow actions
without parameters.Exposes build lifecycle events asproviders
so they can be used as inputs todataflow actions
.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
.