SerenityJS
    Preparing search index...
    Index

    Constructors

    • Creates a new instance of the Pipeline class.

      Parameters

      • serenity: Serenity

        The serenity server instance.

      • Optionalproperties: Partial<PipelineProperties>

        The properties for the pipeline.

      Returns Pipeline

    Properties

    esm: boolean = ...

    Whether the pipeline is running in ESM mode.

    logger: Logger = ...

    The logger for the plugins pipeline.

    plugins: Map<string, Plugin<unknown>> = ...

    The plugins loaded in the pipeline.

    properties: PipelineProperties

    The properties for the plugins pipeline.

    serenity: Serenity

    The serenity server instance for the plugins pipeline.

    tempPaths: Set<string> = ...

    The temporary paths used by the pipeline.

    Accessors

    Methods