-
public final class CustomizableHtmlReport extends LicensesReport
-
-
Field Summary
Fields Modifier and Type Field Description private Property<TextResource>stylesheetprivate final RegularFilePropertydestinationprivate final Property<Boolean>enabled
-
Constructor Summary
Constructors Constructor Description CustomizableHtmlReport(ReportType type, Task task)
-
Method Summary
Modifier and Type Method Description final Property<TextResource>getStylesheet()final UnitsetStylesheet(Property<TextResource> stylesheet)final RegularFilePropertygetDestination()final Property<Boolean>getEnabled()-
-
Constructor Detail
-
CustomizableHtmlReport
CustomizableHtmlReport(ReportType type, Task task)
-
-
Method Detail
-
getStylesheet
@Input() final Property<TextResource> getStylesheet()
-
setStylesheet
final Unit setStylesheet(Property<TextResource> stylesheet)
-
getDestination
@OutputFile() final RegularFileProperty getDestination()
-
getEnabled
@Input() final Property<Boolean> getEnabled()
-
-
-
-