setBaseDir

open fun setBaseDir(baseDir: File)(source)

Deprecated

Sets the base directory to use for all reports

Since

4.0

Deprecated

use getBaseDirectory property instead

Parameters

baseDir

The base directory to use for all reports


open fun setBaseDir(baseDir: Any)(source)

Deprecated

Sets the base directory to use for all reports

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

Deprecated

use getBaseDirectory property instead

Parameters

baseDir

The base directory to use for all reports