Interface ConfigurableReport

All Superinterfaces:
Configurable<Report>, Report
All Known Subinterfaces:
CustomizableHtmlReport, DirectoryReport, JUnitXmlReport, SingleFileReport

public interface ConfigurableReport extends Report
A file based report to be created with a configurable destination. Note this is a legacy type which offers no additional functionality. Reports should implement Report directly instead of using this interface.