DockerCopyFileBasedBash

constructor(stageGetter: () -> DockerPipelineStage)

Parameters

stageGetter

A lambda retrieving the DockerPipelineStage bound to this command output handler. A lambda is necessary to prevent the stage constructor from leaking an uninitialized instance to a field.