Class SpotBugsHtmlReport
- java.lang.Object
-
- com.github.spotbugs.snom.SpotBugsReport
-
- com.github.spotbugs.snom.internal.SpotBugsHtmlReport
-
- All Implemented Interfaces:
org.gradle.api.reporting.ConfigurableReport,org.gradle.api.reporting.CustomizableHtmlReport,org.gradle.api.reporting.Report,org.gradle.api.reporting.SingleFileReport,org.gradle.util.Configurable<org.gradle.api.reporting.Report>
public abstract class SpotBugsHtmlReport extends SpotBugsReport
-
-
Constructor Summary
Constructors Constructor Description SpotBugsHtmlReport(org.gradle.api.model.ObjectFactory objects, com.github.spotbugs.snom.SpotBugsTask task)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()org.gradle.api.resources.TextResourcegetStylesheet()voidsetStylesheet(java.lang.String path)voidsetStylesheet(org.gradle.api.resources.TextResource textResource)java.util.Optional<java.lang.String>toCommandLineOption()-
Methods inherited from class com.github.spotbugs.snom.SpotBugsReport
configure, getDestination, getDisplayName, getOutputLocation, getOutputType, getRequired, getTask, isEnabled, setDestination, setDestination, setEnabled, setEnabled
-
-
-
-
Method Detail
-
toCommandLineOption
@NonNull public java.util.Optional<java.lang.String> toCommandLineOption()
- Specified by:
toCommandLineOptionin classSpotBugsReport
-
getName
public java.lang.String getName()
-
getStylesheet
public org.gradle.api.resources.TextResource getStylesheet()
- Specified by:
getStylesheetin interfaceorg.gradle.api.reporting.CustomizableHtmlReport- Overrides:
getStylesheetin classSpotBugsReport
-
setStylesheet
public void setStylesheet(@Nullable org.gradle.api.resources.TextResource textResource)- Specified by:
setStylesheetin interfaceorg.gradle.api.reporting.CustomizableHtmlReport- Overrides:
setStylesheetin classSpotBugsReport
-
setStylesheet
public void setStylesheet(@Nullable java.lang.String path)- Overrides:
setStylesheetin classSpotBugsReport
-
-