ATestFileSystemLogSaver
public
class
ATestFileSystemLogSaver
extends FileSystemLogSaver
This LogSaver class is used by ATest to save logs in a specific path.
Summary
Protected methods |
File
|
generateLogReportDir(IBuildInfo buildInfo, File reportDir)
An exposed method that allow subclass to customize generating path logic.
|
Public constructors
ATestFileSystemLogSaver
public ATestFileSystemLogSaver ()
Protected methods
generateLogReportDir
protected File generateLogReportDir (IBuildInfo buildInfo,
File reportDir)
An exposed method that allow subclass to customize generating path logic.
Returns |
File |
The directory created in the path that option atest-log-file-path specify. |