Options
All
  • Public
  • Public/Protected
  • All
Menu

Defines a pipeline which processes discovery items.

Hierarchy

  • Pipeline

Index

Properties

Methods

Properties

Static instance

instance: Pipeline

Methods

addStep

  • Adds a pipeline step.

    Parameters

    • step: PipelineStep

      The pipeline step to add.

    Returns Pipeline

run

  • run(source: string[], context: PipelineContext, reportProgress?: boolean): Promise<PipelineItem[]>
  • Runs the pipeline.

    Parameters

    • source: string[]

      The components to work on.

    • context: PipelineContext

      The pipeline context containing the root directory and the vf package prefix.

    • reportProgress: boolean = false

      Whether to report progress in the cli.

    Returns Promise<PipelineItem[]>

Static getInstance

Generated using TypeDoc