GulpRunner<TSettings> Class

Summary

Base gulp runner.
Assembly
Cake.Gulp.dll
Namespace
Cake.Gulp
Base Types
Derived Types
graph BT Type-->Base0["Tool<TSettings>"] Type["GulpRunner<TSettings>"] class Type type-node Derived0["GulpGlobalRunner"]-->Type click Derived0 "/api/Cake.Gulp/GulpGlobalRunner" Derived1["GulpLocalRunner"]-->Type click Derived1 "/api/Cake.Gulp/GulpLocalRunner"

Syntax

public abstract class GulpRunner<TSettings> : Tool<TSettings> where TSettings : GulpRunnerSettings

Type Parameters

Name Description
TSettings Type of the Settings.

Constructors

Methods

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

Extension Methods

Name Value Summary
Dump<GulpRunner<TSettings>>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<GulpRunner<TSettings>>(GulpRunner<TSettings>[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<GulpRunner<TSettings>>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<GulpRunner<TSettings>>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<GulpRunner<TSettings>>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<GulpRunner<TSettings>>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin