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