Class JsHintPlugin
- java.lang.Object
-
- org.gradle.plugins.javascript.jshint.JsHintPlugin
-
-
Constructor Summary
Constructors Constructor Description JsHintPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigurationaddConfiguration(ConfigurationContainer configurations, DependencyHandler dependencies, JsHintExtension extension)voidapply(Project project)Apply this plugin to the given target object.
-
-
-
Method Detail
-
apply
public void apply(Project project)
Description copied from interface:PluginApply this plugin to the given target object.
-
addConfiguration
public Configuration addConfiguration(ConfigurationContainer configurations, DependencyHandler dependencies, JsHintExtension extension)
-
-