SLPipelineStep

data class SLPipelineStep(val name: String, val pipes: List<SLPipeBase>)

One step in the pipeline.

Parameters

name

the name of the step

pipes

the pipes to execute during the step.

Constructors

Link copied to clipboard
constructor(name: String, pipes: List<SLPipeBase>)

Properties

Link copied to clipboard
Link copied to clipboard