WebpackRunner<TSettings> Class

Summary

Base Webpack runner
graph BT Type-->Base0["NodeToolRunner<TSettings>"] Base0-->Base1["Tool<TSettings>"] Type["WebpackRunner<TSettings>"] class Type type-node Derived0["WebpackLocalRunner"]-->Type click Derived0 "/api/Cake.Webpack/WebpackLocalRunner" Derived1["WebpackGlobalRunner"]-->Type click Derived1 "/api/Cake.Webpack/WebpackGlobalRunner"

Syntax

public abstract class WebpackRunner<TSettings> : NodeToolRunner<TSettings> 
    where TSettings : WebpackRunnerSettings

Type Parameters

Name Description
TSettings

Constructors

Methods

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

Extension Methods

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