BuildAdapter

A BuildListener adapter class for receiving build events. The methods in this class are empty. This class exists as convenience for creating listener objects.

Constructors

Link copied to clipboard
constructor()

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
open fun buildFinished(result: BuildResult)
Called when the build is completed.
Link copied to clipboard
open fun projectsEvaluated(gradle: Gradle)
Called when all projects for the build have been evaluated.
Link copied to clipboard
open fun projectsLoaded(gradle: Gradle)
Called when the projects for the build have been created from the settings.
Link copied to clipboard
open fun settingsEvaluated(settings: Settings)
Called when the build settings have been loaded and evaluated.