GruntLocalRunnerSettings Class

Summary

Class GruntLocalRunnerSettings.
Assembly
Cake.Grunt.dll
Namespace
Cake.Grunt
Base Types
graph BT Type-->Base0["GruntRunnerSettings"] click Base0 "/api/Cake.Grunt/GruntRunnerSettings" Base0-->Base1["ToolSettings"] Type["GruntLocalRunnerSettings"] class Type type-node

Syntax

public class GruntLocalRunnerSettings : GruntRunnerSettings

Constructors

Properties

Name Value Summary
Arguments string
Argument string to pass to grunt
Inherited from GruntRunnerSettings
GruntFile FilePath
The gruntfile to run
Inherited from GruntRunnerSettings
PathToGruntJs FilePath
Path to node modules

Methods

Name Value Summary
EvaluateCore(ProcessArgumentBuilder) void
evaluate options
Inherited from GruntRunnerSettings
SetPathToGruntJs(FilePath) GruntLocalRunnerSettings
Overrides the default path to grunt javascript, the current working directory will be prepended to this path
WithArguments(string) GruntRunnerSettings
The argument string to pass to grunt
Inherited from GruntRunnerSettings
WithGruntFile(FilePath) GruntRunnerSettings
The gruntfile to use
Inherited from GruntRunnerSettings

Extension Methods

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

See Also