BuildListener

A BuildListener is notified of the major lifecycle events as a build is executed.

See also

Inheritors

Functions

Link copied to clipboard
open fun beforeSettings(settings: Settings)
Called when the build settings are about to be loaded and evaluated.
Link copied to clipboard
abstract fun buildFinished(result: BuildResult)
Called when the build is completed.
Link copied to clipboard
abstract fun projectsEvaluated(gradle: Gradle)
Called when all projects for the build have been evaluated.
Link copied to clipboard
abstract fun projectsLoaded(gradle: Gradle)
Called when the projects for the build have been created from the settings.
Link copied to clipboard
abstract fun settingsEvaluated(settings: Settings)
Called when the build settings have been loaded and evaluated.