Class PluginTestingPlugin
java.lang.Object
com.palantir.gradle.plugintesting.PluginTestingPlugin
- All Implemented Interfaces:
org.gradle.api.Plugin<org.gradle.api.Project>
public class PluginTestingPlugin
extends Object
implements org.gradle.api.Plugin<org.gradle.api.Project>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(org.gradle.api.Project project) Applies the plugin to the given project.
-
Field Details
-
PATCHABLE_CHECKS
-
-
Constructor Details
-
PluginTestingPlugin
public PluginTestingPlugin()
-
-
Method Details
-
apply
public void apply(org.gradle.api.Project project) Applies the plugin to the given project.- Specified by:
applyin interfaceorg.gradle.api.Plugin<org.gradle.api.Project>
-