CmdOutputHandler
Records container execution outputs which are to be transferred to a PipelineStage
for reporting.
Parameters
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.
Inheritors
Properties
Functions
IO action to perform after stage execution (under an environment like a container), in order to load stage output files from the file system for reading and further reporting. This method shall put the contents of output files into a readable internal state representing the outputs.
Retrieves the stored content for result after stage execution. This method should utilize the outputs state to derive and return the content.
Commands to execute after any core commands.
Commands to execute after any core commands and onAfterCore commands.
Commands to execute before any core commands.