IFrostingTeardown Interface

Summary

Represents teardown logic.
graph BT Type["IFrostingTeardown"] class Type type-node Implementing0["FrostingTeardown"]-.->Type click Implementing0 "/api/Cake.Frosting/FrostingTeardown" Implementing1["FrostingLifetime<TContext>"]-.->Type click Implementing1 "/api/Cake.Frosting/FrostingLifetime_1" Implementing2["IFrostingLifetime"]-.->Type click Implementing2 "/api/Cake.Frosting/IFrostingLifetime" Implementing3["FrostingTeardown<TContext>"]-.->Type click Implementing3 "/api/Cake.Frosting/FrostingTeardown_1" Implementing4["FrostingLifetime"]-.->Type click Implementing4 "/api/Cake.Frosting/FrostingLifetime"

Syntax

public interface IFrostingTeardown

Methods

Name Value Summary
Teardown(ICakeContext, ITeardownContext) void
This method is executed after all tasks have been run. If a setup action or a task fails with or without recovery, the specified teardown action will still be executed.

Extension Methods

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