DockerPipelineStage
constructor(inType: KClass<out StageResult>, outType: KClass<out StageResult>, distro: BaseDockerfile, hostPath: Path? = null, mountPath: Path? = null, isCacheImage: Boolean = true)
Parameters
inType
The type which this stage accepts.
outType
The type which this stage emits.