-
- All Implemented Interfaces:
public final class CustomizableReport extends LicensesReport
-
-
Field Summary
Fields Modifier and Type Field Description private Filedestinationprivate Booleanenabled
-
Constructor Summary
Constructors Constructor Description CustomizableReport(ReportType type, Task task, Project project)
-
Method Summary
Modifier and Type Method Description final FilegetDestination()final UnitsetDestination(File destination)final BooleangetEnabled()final UnitsetEnabled(Boolean enabled)final Unitgenerate(Function1<List<Library>, String> block)-
-
Constructor Detail
-
CustomizableReport
CustomizableReport(ReportType type, Task task, Project project)
-
-
Method Detail
-
getDestination
@OutputFile() final File getDestination()
-
setDestination
final Unit setDestination(File destination)
-
getEnabled
@Input() final Boolean getEnabled()
-
setEnabled
final Unit setEnabled(Boolean enabled)
-
-
-
-