GulpLocalRunnerSettings Class

Summary

gulp local runner settings.
Assembly
Cake.Gulp.dll
Namespace
Cake.Gulp
Base Types
graph BT Type-->Base0["GulpRunnerSettings"] click Base0 "/api/Cake.Gulp/GulpRunnerSettings" Base0-->Base1["ToolSettings"] Type["GulpLocalRunnerSettings"] class Type type-node

Syntax

public class GulpLocalRunnerSettings : GulpRunnerSettings

Constructors

Properties

Name Value Summary
Arguments string
Gets the argument string to pass to gulp.
Inherited from GulpRunnerSettings
GulpFile FilePath
Gets the gulpfile to run.
Inherited from GulpRunnerSettings
PathToGulpJs FilePath
Gets path to node modules.

Methods

Name Value Summary
EvaluateCore(ProcessArgumentBuilder) void
evaluate options.
Inherited from GulpRunnerSettings
SetPathToGulpJs(FilePath) GulpLocalRunnerSettings
Overrides the default path to gulp javascript, the current working directory will be prepended to this path.
WithArguments(string) GulpRunnerSettings
The argument string to pass to gulp.
Inherited from GulpRunnerSettings
WithGulpFile(FilePath) GulpRunnerSettings
The gulpfile to use.
Inherited from GulpRunnerSettings

Extension Methods

Name Value Summary
Dump<GulpLocalRunnerSettings>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<GulpLocalRunnerSettings>(GulpLocalRunnerSettings[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<GulpLocalRunnerSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<GulpLocalRunnerSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<GulpLocalRunnerSettings>(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<GulpLocalRunnerSettings>(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