|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.gradle.api.plugins.quality.internal.AbstractCodeQualityPlugin org.gradle.api.plugins.quality.FindBugsPlugin
class FindBugsPlugin extends AbstractCodeQualityPlugin
A plugin for the FindBugs byte code analyzer.
Declares a findbugs configuration which needs to be configured with the FindBugs library to be used. Additional plugins can be added to the findbugsPlugins configuration.
For projects that have the Java (base) plugin applied, a FindBugs task is created for each source set.
Method Summary | |
---|---|
protected void
|
beforeApply()
|
protected void
|
configureForSourceSet(SourceSet sourceSet, FindBugs task)
|
protected void
|
configureTaskDefaults(FindBugs task, String baseName)
|
protected CodeQualityExtension
|
createExtension()
|
protected Class
|
getTaskType()
|
protected String
|
getToolName()
|
Method Detail |
---|
@Override protected void beforeApply()
@Override protected void configureForSourceSet(SourceSet sourceSet, FindBugs task)
@Override protected void configureTaskDefaults(FindBugs task, String baseName)
@Override protected CodeQualityExtension createExtension()
@Override protected Class getTaskType()
@Override protected String getToolName()
Gradle API 1.12