IFrostingSetup Interface

Summary

Represents setup logic.
graph BT Type["IFrostingSetup"] class Type type-node Implementing0["FrostingSetup"]-.->Type click Implementing0 "/api/Cake.Frosting/FrostingSetup" Implementing1["FrostingLifetime"]-.->Type click Implementing1 "/api/Cake.Frosting/FrostingLifetime" Implementing2["FrostingSetup<TContext>"]-.->Type click Implementing2 "/api/Cake.Frosting/FrostingSetup_1" Implementing3["FrostingLifetime<TContext>"]-.->Type click Implementing3 "/api/Cake.Frosting/FrostingLifetime_1" Implementing4["IFrostingLifetime"]-.->Type click Implementing4 "/api/Cake.Frosting/IFrostingLifetime"

Syntax

public interface IFrostingSetup

Methods

Name Value Summary
Setup(ICakeContext, ISetupContext) void
This method is executed before any tasks are run. If setup fails, no tasks will be executed but teardown will be performed.

Extension Methods

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