Package-level declarations
The interfaces and classes related to registering for event notifications and listening to dispatched events.
Types
Link copied to clipboard
                  Identifies a Gradle binary plugin.
Link copied to clipboard
                  Describes how an operation finished with failures.
Link copied to clipboard
                  An event that informs about an operation having finished its execution.
Link copied to clipboard
                  interface OperationCompletionListener
A listener which is notified when operations run as part of the build complete.
Link copied to clipboard
                  interface OperationDescriptor
Describes an operation for which an event has occurred.
Link copied to clipboard
                  interface OperationResult
Describes the result of running an operation.
Link copied to clipboard
                  enum OperationType
Enumerates the different types of operations for which progress events can be received.
Link copied to clipboard
                  interface PluginIdentifier
Identifies a Gradle plugin.
Link copied to clipboard
                  interface ProgressEvent
Root interface for all events that signal progress while executing an operation.
Link copied to clipboard
                  interface ProgressListener
A listener which is notified when operations that are executed as part of running a build make progress.
Link copied to clipboard
                  Identifies a Gradle script plugin.
Link copied to clipboard
                  Describes how an operation was skipped.
Link copied to clipboard
                  An event that informs about an operation having started its execution.
Link copied to clipboard
                  An event that informs about an interim results of the operation.
Link copied to clipboard
                  Describes how an operation finished successfully.