Package com.github.spotbugs.snom
Class SpotBugsPlugin
- java.lang.Object
-
- com.github.spotbugs.snom.SpotBugsPlugin
-
- All Implemented Interfaces:
org.gradle.api.Plugin<org.gradle.api.Project>
public class SpotBugsPlugin extends java.lang.Object implements org.gradle.api.Plugin<org.gradle.api.Project>
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCONFIG_NAMEstatic java.lang.StringEXTENSION_NAMEstatic java.lang.StringPLUGINS_CONFIG_NAMEThe configuration contains SpotBugs plugin jar files onlystatic java.lang.StringSLF4J_CONFIG_NAME
-
Constructor Summary
Constructors Constructor Description SpotBugsPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(org.gradle.api.Project project)
-
-
-
Field Detail
-
CONFIG_NAME
public static final java.lang.String CONFIG_NAME
- See Also:
- Constant Field Values
-
PLUGINS_CONFIG_NAME
public static final java.lang.String PLUGINS_CONFIG_NAME
The configuration contains SpotBugs plugin jar files only- See Also:
- GitHub issue, Constant Field Values
-
SLF4J_CONFIG_NAME
public static final java.lang.String SLF4J_CONFIG_NAME
- See Also:
- Constant Field Values
-
EXTENSION_NAME
public static final java.lang.String EXTENSION_NAME
- See Also:
- Constant Field Values
-
-