Class which represents a generator pipeline. This pipeline generates different layers, i.e. stages in order that is defined within constructor.

Constructors

Methods

Constructors

Methods

  • Method responsible for a sequential generation of all pipeline stages.

    Parameters

    • context: GenerationContext

      Generation process context (may include previous results and other metadata).

    Returns Promise<LayerArtifact>

    A promise that resolves to the final LayerArtifact generated by the pipeline.

    Will throw an error if there are no stages to be generated.