setBaseDir

open fun setBaseDir(baseDir: File)(source)

Sets the base directory to use for all reports

Since

4.0

Parameters

baseDir

The base directory to use for all reports


open fun setBaseDir(baseDir: Any)(source)

Sets the base directory to use for all reports

The value will be converted to a File on demand via file.

Parameters

baseDir

The base directory to use for all reports