Package-level declarations

Classes for invoking and monitoring gradle builds.

Types

Link copied to clipboard
@ServiceScope(value = Build::class)
interface BuildInvocationDetails
Provides some useful information about the build invocation that triggered this build.
Link copied to clipboard
@ServiceScope(value = Gradle::class)
interface Gradle : PluginAware, ExtensionAware
Represents an invocation of Gradle.
Link copied to clipboard
Gradle lifecycle callbacks compatible with Configuration Cache and Isolated Projects.