Pipeline.

Pipeline(string, IEnumerable<IModule>) Constructor

Summary

Creates a pipeline with the specified modules and the specified name.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.Execution
Containing Type
Pipeline

Syntax

public Pipeline(string name, IEnumerable<IModule> modules)

Parameters

Name Type Description
name string The name of the pipeline.
modules IEnumerable<IModule> The modules in the pipeline.

Return Value

Type Description
void
GitHub