class DefaultSingleFileReport extends DefaultDestinationReport
A SingleFileReport with a lazily evaluated default destination.
| Constructor and description |
|---|
DefaultSingleFileReport
(Project pProject, java.lang.String pName, java.lang.String pDisplayName, groovy.lang.Closure<java.io.File> pDefaultDestination)Create a new DefaultSingleFileReport. |
| Methods inherited from class | Name |
|---|---|
class DefaultDestinationReport |
getDestination, setDestination |
Create a new DefaultSingleFileReport.
pProject - The project for which the report will be produced.pName - The report's symbolic name.pDisplayName - The report's descriptive name.pDefaultDestination - A closure that will return the report's default file destination
when called.