-
- All Implemented Interfaces:
public final class CustomizableHtmlReport extends LicensesReport
-
-
Field Summary
Fields Modifier and Type Field Description private final Property<Boolean>useDarkModeprivate Filedestinationprivate Booleanenabled
-
Constructor Summary
Constructors Constructor Description CustomizableHtmlReport(ReportType type, Task task, Project project)
-
Method Summary
Modifier and Type Method Description final Property<Boolean>getUseDarkMode()final Unitstylesheet(String css)final Unitstylesheet(File css)-
-
Constructor Detail
-
CustomizableHtmlReport
CustomizableHtmlReport(ReportType type, Task task, Project project)
-
-
Method Detail
-
getUseDarkMode
final Property<Boolean> getUseDarkMode()
-
stylesheet
@Input() final Unit stylesheet(String css)
-
stylesheet
@Input() final Unit stylesheet(File css)
-
-
-
-