A base pipeline class.
- Namespace
- Statiq
.Core - Interfaces
- Base Types
-
- object
- Derived Types
Syntax
public class Pipeline : IPipeline, IReadOnlyPipeline
Remarks
Use the derived constructor to initialize the phases and other properties.
Properties
Name | Property Type | Summary |
---|---|---|
Dependencies | HashSet |
|
DependencyOf | HashSet |
|
Deployment | bool | |
ExecutionPolicy | ExecutionPolicy | |
InputModules | ModuleList |
Modules that will execute during the input phase.
|
Isolated | bool | |
OutputModules | ModuleList |
Modules that will execute during the output phase.
|
Post |
bool | |
PostProcessModules | ModuleList |
Modules that will execute during the post-process phase.
|
ProcessModules | ModuleList |
Modules that will execute during the process phase.
|