Package org.gradle.api
Interface Action<T>
- Type Parameters:
T- The type of object which this action accepts.
- All Known Subinterfaces:
AttributeCompatibilityRule<T>,AttributeDisambiguationRule<T>,ComponentMetadataRule,ComponentMetadataSupplier,ComponentMetadataVersionLister
- All Known Implementing Classes:
JavaGradlePluginPlugin.ClassManifestCollectorAction,JavaGradlePluginPlugin.PluginDescriptorCollectorAction,JavaGradlePluginPlugin.PluginValidationAction,JavaGradlePluginPlugin.TestKitAndPluginClasspathDependenciesAction,NativeBasePlugin.LinkageSelectionRule,ScalaBasePlugin.UsageDisambiguationRules,SwiftBasePlugin.SwiftCppUsageCompatibilityRule
Performs some action against objects of type T.
-
Method Summary
-
Method Details
-
execute
Performs this action against the given object.- Parameters:
t- The object to perform the action on.
-