- Namespace
- Statiq
.App - Interfaces
- Base Types
-
- AsyncCommand
<TSettings> - BaseCommand
<TSettings> - EngineCommand
<TSettings>
- AsyncCommand
- Derived Types
graph BT
Type-->Base0["EngineCommand<TSettings>"]
Base0-->Base1["BaseCommand<TSettings>"]
Base1-->Base2["AsyncCommand<TSettings>"]
Type-.->Interface0["IBaseCommand"]
click Interface0 "/api/Statiq.Common/IBaseCommand"
Type["PipelinesCommand<TSettings>"]
class Type type-node
Derived0["InteractiveCommand<TSettings>"]-->Type
click Derived0 "/api/Statiq.App/InteractiveCommand_1"
Syntax
[Description("Executes the specified pipelines.")]
public class PipelinesCommand<TSettings> : EngineCommand<TSettings>, IBaseCommand
where TSettings : BaseCommandSettings
Attributes
Type | Description |
---|---|
Description |
Type Parameters
Name | Description |
---|---|
TSettings |
Constructors
Name | Summary |
---|---|
PipelinesCommand |
Methods
Name | Return Value | Summary |
---|---|---|
ExecuteEngineAsync |
Task |
|
SetPipelines |
void |