@NeverNull.ByDefault
See: Description
| Interface | Description |
|---|---|
| ByteBuddyPlugin.Dispatcher<T extends AbstractByteBuddyTask,S extends AbstractByteBuddyTaskExtension<T>> |
A dispatcher for creating Gradle integrations depending on the available API.
|
| IncrementalResolver |
An incremental resolver is responsible to determine the file set to transform after a change.
|
| ObjectFactory.Dispatcher |
A dispatcher for using the
org.gradle.api.model.ObjectFactory if available. |
| Class | Description |
|---|---|
| AbstractByteBuddyTask |
An abstract Byte Buddy task implementation.
|
| AbstractByteBuddyTask.ByteBuddySkippingUrlClassLoader |
A class loader that resolves a source set while still loading Byte Buddy classes from the Gradle plugin.
|
| AbstractByteBuddyTask.GradleBuildLogger |
A
BuildLogger implementation for a Gradle Logger. |
| AbstractByteBuddyTask.TransformationLogger |
A
Plugin.Engine.Listener that logs several relevant events during the build. |
| AbstractByteBuddyTaskConfiguration<T extends AbstractByteBuddyTask,S extends AbstractByteBuddyTaskExtension<T>> |
An abstract configuration for a Byte Buddy task and extension.
|
| AbstractByteBuddyTaskConfiguration.TaskExecutionGraphAdjustmentAction |
An action to adjust the task execution graph to depend on the injected Byte Buddy task if a task
depends on the compile task that is being enhanced.
|
| AbstractByteBuddyTaskConfiguration.TaskExecutionGraphClosure |
A closure to execute an action on the
TaskExecutionGraph. |
| AbstractByteBuddyTaskExtension<T extends AbstractByteBuddyTask> |
An abstract Byte Buddy task extension.
|
| Adjustment.CompoundIterable |
An
Iterable that concatenates multiple iterables of Tasks. |
| Adjustment.CompoundIterable.CompoundIterator |
An
Iterator that concatenates multiple iterables of Tasks. |
| ByteBuddyJarTask |
A Byte Buddy task implementation that does not use modern Gradle APIs.
|
| ByteBuddyJarTaskExtension |
A Byte Buddy jar task extension.
|
| ByteBuddyPlugin |
A plugin for applying Byte Buddy transformations to all standard Java source sets.
|
| ByteBuddyPlugin.ConventionConfiguration |
Resolves the contextual configuration based on the project's Java plugin, if any.
|
| ByteBuddyPlugin.Dispatcher.ForApi6CapableGradle |
A dispatcher for a Gradle version of at least 6.
|
| ByteBuddyPlugin.JavaPluginConfigurationAction |
An action to configure the Java plugin to apply transformations.
|
| ByteBuddySimpleTask |
A Byte Buddy task implementation that does not use modern Gradle APIs.
|
| ByteBuddySimpleTaskConfiguration |
Implements a configuration of a simple Byte Buddy task.
|
| ByteBuddySimpleTaskExtension |
A Byte Buddy simple task extension.
|
| ByteBuddyTask |
A Byte Buddy task implementation that supports incremental compilation.
|
| ByteBuddyTask.IncrementalSource |
A source for an incrementally changed source folder.
|
| ByteBuddyTask.WithIncrementalClassPath |
A Byte Buddy task with an incremental class path.
|
| ByteBuddyTaskConfiguration |
Implements a configuration of a Byte Buddy task.
|
| ByteBuddyTaskExtension |
A Byte Buddy task extension.
|
| ObjectFactory |
A object factory for Gradle that uses the
org.gradle.api.model.ObjectFactory API if available. |
| ObjectFactory.Dispatcher.ForApi4CapableGradle |
A dispatcher for a Gradle version that supports the object factory API.
|
| PluginArgument |
Describes an argument to a
Plugin constuctor. |
| Transformation |
A transformation specification to apply during the Gradle plugin's execution.
|
| Enum | Description |
|---|---|
| Adjustment |
Determines what tasks are considered for resolving compile task dependencies.
|
| Adjustment.ErrorHandler |
An error handler to react on failures to adjust the task graph.
|
| Adjustment.NoOpPostProcessor |
A non-operational post processor.
|
| ByteBuddyPlugin.Dispatcher.ForLegacyGradle |
A dispatcher for a legacy version of Gradle.
|
| ByteBuddyTaskConfiguration.ToFileMapper |
Transforms a directory to a file.
|
| Discovery |
Determines how and if plugins are discovered from the class path.
|
| IncrementalResolver.ForChangedFiles |
An incremental resolver that retransforms any file that has changed but no other files.
|
| ObjectFactory.Dispatcher.ForLegacyGradle |
A dispatcher for a legacy version of Gradle that does not support the object factory API.
|