Class SpotBugsHtmlReport
- java.lang.Object
-
- com.github.spotbugs.snom.SpotBugsReport
-
- com.github.spotbugs.snom.internal.SpotBugsHtmlReport
-
- All Implemented Interfaces:
java.io.Serializable,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 class SpotBugsHtmlReport extends SpotBugsReport
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SpotBugsHtmlReport(org.gradle.api.model.ObjectFactory objects, SpotBugsTask task)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()org.gradle.api.resources.TextResourcegetStylesheet()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, getOutputType, getTask, isEnabled, setDestination, setDestination, setEnabled, setEnabled
-
-
-
-
Constructor Detail
-
SpotBugsHtmlReport
public SpotBugsHtmlReport(org.gradle.api.model.ObjectFactory objects, SpotBugsTask task)
-
-
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
-
-