Summary
Adds a new named pipeline to the collection.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .Execution - Containing Type
- IPipelineCollection
Syntax
IPipeline Add(string name, IModuleList modules)
Parameters
| Name | Type | Description |
|---|---|---|
| name | string | The name of the pipeline to add. |
| modules | IModuleList | The modules the pipeline should contain. |
Return Value
| Type | Description |
|---|---|
| IPipeline | The added pipeline. |
