A report that lazily evaluates its destination through a Closure to a default value if no
destination has been specified when getDestination() is called.
| Constructor and description |
|---|
DefaultDestinationReport
(java.lang.String pName, java.lang.String pDisplayName, OutputType pOutputType, FileResolver pFileResolver, groovy.lang.Closure<java.io.File> pDefaultDestination)Create a new DefaultDestinationReport. |
| Type | Name and description |
|---|---|
java.io.File |
getDestination() |
void |
setDestination(java.lang.Object pDestination) |
Create a new DefaultDestinationReport.
pName - The report's symbolic name.pDisplayName - The report's descriptive name.pOutputType - The type of output the report produces.pFileResolver - The resolver to use when resolving file locations.pDefaultDestination - A closure that will return the report's default destination when
called.