Package org.gradle.util
Class ClosureBackedAction<T>
java.lang.Object
org.gradle.util.ClosureBackedAction<T>
- Type Parameters:
- T- The action type.
- All Implemented Interfaces:
- Action<T>
Deprecated.
Will be removed in Gradle 9.0.
This class is only here to maintain binary compatibility with existing plugins.
 
 To apply a configuration (represented by a Groovy closure) on an object, use Project.configure(Object, Closure).
- 
Constructor SummaryConstructorsConstructorDescriptionClosureBackedAction(Closure closure) Deprecated.ClosureBackedAction(Closure closure, int resolveStrategy) Deprecated.ClosureBackedAction(Closure closure, int resolveStrategy, boolean configurableAware) Deprecated.
- 
Method SummaryModifier and TypeMethodDescriptionbooleanDeprecated.voidDeprecated.Performs this action against the given object.static <T> voidDeprecated.Deprecated.inthashCode()Deprecated.static <T> ClosureBackedAction<T> Deprecated.
- 
Constructor Details- 
ClosureBackedActionDeprecated.
- 
ClosureBackedActionDeprecated.
- 
ClosureBackedActionDeprecated.
 
- 
- 
Method Details- 
ofDeprecated.
- 
executeDeprecated.
- 
executeDeprecated.Description copied from interface:ActionPerforms this action against the given object.
- 
getClosureDeprecated.
- 
equalsDeprecated.
- 
hashCodepublic int hashCode()Deprecated.
 
-