public abstract class SpotBugsReport extends Object
Type | Name and description |
---|---|
File |
destination |
File |
destination |
boolean |
enabled |
TextResource |
stylesheet |
TextResource |
stylesheet |
Constructor and description |
---|
SpotBugsReport
(ObjectFactory objects, SpotBugsTask task) |
Type Params | Return Type | Name and description |
---|---|---|
|
Report |
configure(Closure closure) |
|
File |
getDestination() |
|
String |
getDisplayName() |
|
RegularFileProperty |
getOutputLocation() |
|
OutputType |
getOutputType() |
|
Property<Boolean> |
getRequired() |
|
TextResource |
getStylesheet() |
|
protected SpotBugsTask |
getTask() |
|
boolean |
isEnabled() |
|
void |
setDestination(File file) |
|
void |
setDestination(Provider<File> provider) |
|
void |
setEnabled(boolean b) |
|
void |
setEnabled(Provider<Boolean> provider) |
|
void |
setStylesheet(TextResource textResource) |
|
void |
setStylesheet(String path) |
|
Optional<String> |
toCommandLineOption() |
Groovy Documentation