Package-level declarations

Gradle Flow API.

Types

Link copied to clipboard
Summary result of the execution of the work scheduled for the current build.
Link copied to clipboard
A dataflow action.
Link copied to clipboard
Allows configuring the parameters for a dataflow action.
Link copied to clipboard
Marker interface for dataflow action parameters.
Link copied to clipboard
@ServiceScope(value = Build::class)
interface FlowProviders
Exposes build lifecycle events as providers so they can be used as inputs to dataflow actions.
Link copied to clipboard
@ServiceScope(value = Build::class)
interface FlowScope
Augments the cached work graph with dataflow actions, anonymous, parameterized and isolated pieces of work that are triggered solely based on the availability of their input parameters.