A file based report to be created with a configurable destination.
| Type | Name and description |
|---|---|
void |
setDestination(Object file)Sets the destination for the report. |
| Methods inherited from class | Name |
|---|---|
interface Report |
getDestination, getDisplayName, getName, getOutputType, isEnabled, setEnabled |
Sets the destination for the report. The file parameter is evaluated as per Project.file.
file - The destination for the report.