protected static class AbstractByteBuddyTaskConfiguration.TaskExecutionGraphClosure extends groovy.lang.Closure<Void>
TaskExecutionGraph. Older Gradle versions do not offer an overloaded method that accepts an
action such that a dispatch requires an explicit wrapping with a Closure.| Modifier | Constructor and Description |
|---|---|
protected |
TaskExecutionGraphClosure(Action<TaskExecutionGraph> action,
TaskExecutionGraph taskExecutionGraph)
Creates a new closure for executing an action on the task execution graph.
|
| Modifier and Type | Method and Description |
|---|---|
Void |
call(Object... argument) |
andThen, andThenSelf, andThenSelf, asWritable, call, call, clone, compose, composeSelf, composeSelf, curry, curry, dehydrate, getDelegate, getDirective, getMaximumNumberOfParameters, getOwner, getParameterTypes, getProperty, getResolveStrategy, getThisObject, isCase, leftShift, leftShift, memoize, memoizeAtLeast, memoizeAtMost, memoizeBetween, ncurry, ncurry, rcurry, rcurry, rehydrate, rightShift, run, setDelegate, setDirective, setProperty, setResolveStrategy, throwRuntimeException, trampoline, trampolineprotected TaskExecutionGraphClosure(Action<TaskExecutionGraph> action, TaskExecutionGraph taskExecutionGraph)
action - The action to execute.taskExecutionGraph - The task execution graph to use.@MaybeNull public Void call(Object... argument)
call in class groovy.lang.Closure<Void>