protected static class AbstractByteBuddyTaskConfiguration.TaskExecutionGraphAdjustmentAction extends Object implements Action<TaskExecutionGraph>
| Modifier | Constructor and Description |
|---|---|
protected |
TaskExecutionGraphAdjustmentAction(Project project,
String name,
Adjustment adjustment,
Adjustment.ErrorHandler adjustmentErrorHandler,
Action<Task> adjustmentPostProcessor,
Task byteBuddyTask,
Task compileTask)
Creates a new task execution graph adjustment action.
|
protected TaskExecutionGraphAdjustmentAction(Project project, String name, Adjustment adjustment, Adjustment.ErrorHandler adjustmentErrorHandler, Action<Task> adjustmentPostProcessor, Task byteBuddyTask, Task compileTask)
project - The current project.name - The name of the task.adjustment - The adjustment to apply.adjustmentErrorHandler - An error handler if an adjustment cannot be applied.adjustmentPostProcessor - A post processor to adjust the task graph.byteBuddyTask - The Byte Buddy task that is injected.compileTask - The compile task to which the Byte Buddy task is appended to.public void execute(TaskExecutionGraph graph)
execute in interface Action<TaskExecutionGraph>