GruntRunner<TSettings> Class

Summary

Class GruntRunner.
Namespace
Cake.Grunt
Base Types
Derived Types
graph BT Type-->Base0["Tool<TSettings>"] Type["GruntRunner<TSettings>"] class Type type-node Derived0["GruntGlobalRunner"]-->Type click Derived0 "/Cake.Grunt/api/Cake.Grunt/GruntGlobalRunner" Derived1["GruntLocalRunner"]-->Type click Derived1 "/Cake.Grunt/api/Cake.Grunt/GruntLocalRunner"

Syntax

public abstract class GruntRunner<TSettings> : Tool<TSettings> where TSettings : GruntRunnerSettings

Type Parameters

Name Description
TSettings

Constructors

Methods

Name Value Summary
Execute(Action<TSettings>) void
Executes grunt
GetToolName() string
Gets the name of the tool.
ValidateSettings(TSettings) void
Validates settings