-
public final class CustomizableReport extends LicensesReport
-
-
Field Summary
Fields Modifier and Type Field Description private final RegularFilePropertydestinationprivate final Property<Boolean>enabled
-
Constructor Summary
Constructors Constructor Description CustomizableReport(ReportType type, Task task)
-
Method Summary
Modifier and Type Method Description final RegularFilePropertygetDestination()final Property<Boolean>getEnabled()final Unitgenerate(Function1<List<Library>, String> block)-
-
Constructor Detail
-
CustomizableReport
CustomizableReport(ReportType type, Task task)
-
-
Method Detail
-
getDestination
@OutputFile() final RegularFileProperty getDestination()
-
getEnabled
@Input() final Property<Boolean> getEnabled()
-
-
-
-