GruntRunnerSettings Class

Summary

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

Syntax

public class GruntRunnerSettings : ToolSettings

Constructors

Name Summary
GruntRunnerSettings()

Properties

Name Value Summary
Arguments string
Argument string to pass to grunt
GruntFile FilePath
The gruntfile to run

Methods

Name Value Summary
EvaluateCore(ProcessArgumentBuilder) void
evaluate options
WithArguments(string) GruntRunnerSettings
The argument string to pass to grunt
WithGruntFile(FilePath) GruntRunnerSettings
The gruntfile to use

Extension Methods

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