Package org.gradle.tooling.events.configuration
package org.gradle.tooling.events.configuration
Project configuration specific interfaces and classes related to event notifications.
-
InterfacesClassDescriptionA configuration cache entry was written but discarded at the end of the build, e.g.No configuration cache entry was stored on purpose: no reusable entry was found while the cache is in read-only mode, or configuration caching was degraded gracefully because incompatible tasks were scheduled.The final outcome of configuration caching for a build invocation.A configuration cache entry was found and fully reused.No reusable configuration cache entry was found and a new entry was stored.The build finished before the outcome of configuration caching was determined, e.g.A configuration cache entry was found and partially reused; the invalidated projects were re-configured and the entry was updated.An event that informs about the final outcome of configuration caching for a build invocation.Describes the configuration caching of a build invocation for which an event has occurred.Root interface for events that signal progress of configuration caching.An event that informs about the configuration cache entry outcome being reported.Describes how a project configuration operation finished with failures.An event that informs about a project configuration operation having finished its execution.Describes a project configuration operation for which an event has occurred.Describes the result of running a project configuration operation.Describes the result of applying a plugin.Root interface for all events that signal progress while configuring a project.An event that informs about a project configuration operation having started its execution.Describes how a project configuration operation finished successfully.