CmdOutputHandler

constructor(getGraderLogPath: () -> Path)

Parameters

getGraderLogPath

function that generates the mounted path of the logging directory. Files on this path are created from stage execution and read into the stage through CmdOutputHandler. This is for creating the lazy property thus avoiding uninitialized properties used when initializing the Path.