FrostingTaskSetup Class

Summary

Base class for the setup logic of a task.
Namespace
Cake.Frosting
Interfaces
Base Types
graph BT Type-->Base0["FrostingTaskSetup<ICakeContext>"] Base0-->Base1["object"] Type-.->Interface0["IFrostingTaskSetup"] click Interface0 "/api/Cake.Frosting/IFrostingTaskSetup" Type["FrostingTaskSetup"] class Type type-node

Syntax

public abstract class FrostingTaskSetup : FrostingTaskSetup<ICakeContext>, IFrostingTaskSetup

Extension Methods

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