protected static class AbstractByteBuddyTaskConfiguration.TaskExecutionGraphClosure
extends groovy.lang.Closure<java.lang.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(org.gradle.api.Action<org.gradle.api.execution.TaskExecutionGraph> action,
org.gradle.api.execution.TaskExecutionGraph taskExecutionGraph)
Creates a new closure for executing an action on the task execution graph.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Void |
call(java.lang.Object... argument) |
asWritable, call, call, clone, 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(org.gradle.api.Action<org.gradle.api.execution.TaskExecutionGraph> action,
org.gradle.api.execution.TaskExecutionGraph taskExecutionGraph)
action - The action to execute.taskExecutionGraph - The task execution graph to use.