IFrostingTaskSetup Interface

Summary

Represents a task setup action.
graph BT Type["IFrostingTaskSetup"] class Type type-node Implementing0["FrostingTaskSetup"]-.->Type click Implementing0 "/api/Cake.Frosting/FrostingTaskSetup" Implementing1["IFrostingTaskLifetime"]-.->Type click Implementing1 "/api/Cake.Frosting/IFrostingTaskLifetime" Implementing2["FrostingTaskLifetime<TContext>"]-.->Type click Implementing2 "/api/Cake.Frosting/FrostingTaskLifetime_1" Implementing3["FrostingTaskLifetime"]-.->Type click Implementing3 "/api/Cake.Frosting/FrostingTaskLifetime" Implementing4["FrostingTaskSetup<TContext>"]-.->Type click Implementing4 "/api/Cake.Frosting/FrostingTaskSetup_1"

Syntax

public interface IFrostingTaskSetup

Methods

Name Value Summary
Setup(ICakeContext, ITaskSetupContext) void
This method is executed before each task is run. If the task setup fails, the task will not be executed but the task's teardown will be performed.

Extension Methods

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