A C D E G H I L M R S T V 
All Classes All Packages

A

apply(Project) - Method in class com.github.spotbugs.snom.SpotBugsPlugin
 

C

com.github.spotbugs.snom - package com.github.spotbugs.snom
This package provides public classes/interfaces for users.
com.github.spotbugs.snom.internal - package com.github.spotbugs.snom.internal
This package provides internal classes/interfaces.
Confidence - Enum in com.github.spotbugs.snom
The Confidence is used to specify the level to report bugs.
configure(Closure) - Method in class com.github.spotbugs.snom.SpotBugsReport
 

D

DEFAULT - com.github.spotbugs.snom.Confidence
The default level that provides the same feature with Confidence.MEDIUM.
DEFAULT - com.github.spotbugs.snom.Effort
The default level that provides the same feature with Effort.MORE.

E

Effort - Enum in com.github.spotbugs.snom
The Effort is configuration to adjust SpotBugs detectors.

G

getAuxClassPaths() - Method in class com.github.spotbugs.snom.internal.SpotBugsTaskForAndroid
 
getAuxClassPaths() - Method in class com.github.spotbugs.snom.internal.SpotBugsTaskForJava
 
getAuxClassPaths() - Method in class com.github.spotbugs.snom.SpotBugsTask
 
getClassDirs() - Method in class com.github.spotbugs.snom.internal.SpotBugsTaskForAndroid
 
getClassDirs() - Method in class com.github.spotbugs.snom.internal.SpotBugsTaskForJava
 
getClassDirs() - Method in class com.github.spotbugs.snom.SpotBugsTask
 
getDestination() - Method in class com.github.spotbugs.snom.SpotBugsReport
 
getDisplayName() - Method in class com.github.spotbugs.snom.internal.SpotBugsTextReport
 
getDisplayName() - Method in class com.github.spotbugs.snom.internal.SpotBugsXmlReport
 
getDisplayName() - Method in class com.github.spotbugs.snom.SpotBugsReport
 
getEffort() - Method in class com.github.spotbugs.snom.SpotBugsTask
 
getFirstEnabledReport() - Method in class com.github.spotbugs.snom.SpotBugsTask
 
getIgnoreFailures() - Method in class com.github.spotbugs.snom.SpotBugsTask
 
getName() - Method in class com.github.spotbugs.snom.internal.SpotBugsHtmlReport
 
getName() - Method in class com.github.spotbugs.snom.internal.SpotBugsTextReport
 
getName() - Method in class com.github.spotbugs.snom.internal.SpotBugsXmlReport
 
getOmitVisitors() - Method in class com.github.spotbugs.snom.SpotBugsTask
 
getOutputType() - Method in class com.github.spotbugs.snom.SpotBugsReport
 
getReportLevel() - Method in class com.github.spotbugs.snom.SpotBugsTask
 
getReports() - Method in class com.github.spotbugs.snom.SpotBugsTask
 
getReportsDir() - Method in class com.github.spotbugs.snom.SpotBugsExtension
 
getReportsDir() - Method in class com.github.spotbugs.snom.SpotBugsTask
 
getShowProgress() - Method in class com.github.spotbugs.snom.SpotBugsTask
 
getSourceDirs() - Method in class com.github.spotbugs.snom.internal.SpotBugsTaskForAndroid
 
getSourceDirs() - Method in class com.github.spotbugs.snom.internal.SpotBugsTaskForJava
 
getSourceDirs() - Method in class com.github.spotbugs.snom.SpotBugsTask
 
getStylesheet() - Method in class com.github.spotbugs.snom.internal.SpotBugsHtmlReport
 
getStylesheet() - Method in class com.github.spotbugs.snom.SpotBugsReport
 
getTask() - Method in class com.github.spotbugs.snom.SpotBugsReport
 
getVisitors() - Method in class com.github.spotbugs.snom.SpotBugsTask
 

H

HIGH - com.github.spotbugs.snom.Confidence
The report level to report high priority detected bugs in the report.

I

init(SpotBugsExtension) - Method in class com.github.spotbugs.snom.internal.SpotBugsTaskForJava
 
init(SpotBugsExtension) - Method in class com.github.spotbugs.snom.SpotBugsTask
Set properties from extension right after the task creation.
isEnabled() - Method in class com.github.spotbugs.snom.SpotBugsReport
 

L

LESS - com.github.spotbugs.snom.Effort
The effort level to reduce the computation cost.
LOW - com.github.spotbugs.snom.Confidence
The report level to report all detected bugs in the report.

M

MAX - com.github.spotbugs.snom.Effort
The effort level that maximize the computation cost.
MEDIUM - com.github.spotbugs.snom.Confidence
The report level to report medium and high priority detected bugs in the report.
MIN - com.github.spotbugs.snom.Effort
The effort level to minimize the computation cost.
MORE - com.github.spotbugs.snom.Effort
The effort level that uses more computation cost.

R

reports(Closure<NamedDomainObjectContainer<? extends SpotBugsReport>>) - Method in class com.github.spotbugs.snom.SpotBugsTask
 
reports(Action<NamedDomainObjectContainer<? extends SpotBugsReport>>) - Method in class com.github.spotbugs.snom.SpotBugsTask
 
run() - Method in class com.github.spotbugs.snom.SpotBugsTask
 

S

setDestination(File) - Method in class com.github.spotbugs.snom.SpotBugsReport
 
setDestination(Provider<File>) - Method in class com.github.spotbugs.snom.SpotBugsReport
 
setEnabled(boolean) - Method in class com.github.spotbugs.snom.SpotBugsReport
 
setEnabled(Provider<Boolean>) - Method in class com.github.spotbugs.snom.SpotBugsReport
 
setReportsDir(File) - Method in class com.github.spotbugs.snom.SpotBugsExtension
 
setReportsDir(Property<File>) - Method in class com.github.spotbugs.snom.SpotBugsExtension
 
setReportsDir(Provider<File>) - Method in class com.github.spotbugs.snom.SpotBugsTask
 
setStylesheet(TextResource) - Method in class com.github.spotbugs.snom.internal.SpotBugsHtmlReport
 
setStylesheet(TextResource) - Method in class com.github.spotbugs.snom.SpotBugsReport
 
SpotBugsExtension - Class in com.github.spotbugs.snom
 
SpotBugsExtension(Project, ObjectFactory) - Constructor for class com.github.spotbugs.snom.SpotBugsExtension
 
SpotBugsHtmlReport - Class in com.github.spotbugs.snom.internal
 
SpotBugsHtmlReport(ObjectFactory, SpotBugsTask) - Constructor for class com.github.spotbugs.snom.internal.SpotBugsHtmlReport
 
SpotBugsPlugin - Class in com.github.spotbugs.snom
 
SpotBugsPlugin() - Constructor for class com.github.spotbugs.snom.SpotBugsPlugin
 
SpotBugsReport - Class in com.github.spotbugs.snom
 
SpotBugsReport(ObjectFactory, SpotBugsTask) - Constructor for class com.github.spotbugs.snom.SpotBugsReport
 
SpotBugsTask - Class in com.github.spotbugs.snom
 
SpotBugsTask(ObjectFactory) - Constructor for class com.github.spotbugs.snom.SpotBugsTask
 
SpotBugsTaskForAndroid - Class in com.github.spotbugs.snom.internal
 
SpotBugsTaskForAndroid(AndroidJavaCompile, ObjectFactory) - Constructor for class com.github.spotbugs.snom.internal.SpotBugsTaskForAndroid
 
SpotBugsTaskForJava - Class in com.github.spotbugs.snom.internal
 
SpotBugsTaskForJava(SourceSet, ObjectFactory) - Constructor for class com.github.spotbugs.snom.internal.SpotBugsTaskForJava
 
SpotBugsTextReport - Class in com.github.spotbugs.snom.internal
 
SpotBugsTextReport(ObjectFactory, SpotBugsTask) - Constructor for class com.github.spotbugs.snom.internal.SpotBugsTextReport
 
SpotBugsXmlReport - Class in com.github.spotbugs.snom.internal
 
SpotBugsXmlReport(ObjectFactory, SpotBugsTask) - Constructor for class com.github.spotbugs.snom.internal.SpotBugsXmlReport
 

T

toCommandLineOption() - Method in class com.github.spotbugs.snom.internal.SpotBugsHtmlReport
 
toCommandLineOption() - Method in class com.github.spotbugs.snom.internal.SpotBugsTextReport
 
toCommandLineOption() - Method in class com.github.spotbugs.snom.internal.SpotBugsXmlReport
 
toCommandLineOption() - Method in class com.github.spotbugs.snom.SpotBugsReport
 

V

valueOf(String) - Static method in enum com.github.spotbugs.snom.Confidence
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.spotbugs.snom.Effort
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.spotbugs.snom.Confidence
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.spotbugs.snom.Effort
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E G H I L M R S T V 
All Classes All Packages