Summary
Represents a task teardown action.
- Namespace
- Cake
.Frosting - Implementing Types
graph BT
Type["IFrostingTaskTeardown"]
class Type type-node
Implementing0["FrostingTaskTeardown<TContext>"]-.->Type
click Implementing0 "/api/Cake.Frosting/FrostingTaskTeardown_1"
Implementing1["IFrostingTaskLifetime"]-.->Type
click Implementing1 "/api/Cake.Frosting/IFrostingTaskLifetime"
Implementing2["FrostingTaskTeardown"]-.->Type
click Implementing2 "/api/Cake.Frosting/FrostingTaskTeardown"
Implementing3["FrostingTaskLifetime<TContext>"]-.->Type
click Implementing3 "/api/Cake.Frosting/FrostingTaskLifetime_1"
Implementing4["FrostingTaskLifetime"]-.->Type
click Implementing4 "/api/Cake.Frosting/FrostingTaskLifetime"
Syntax
public interface IFrostingTaskTeardown
Methods
Name | Value | Summary |
---|---|---|
Teardown |
void |
This method is executed after each task have been run.
If a task setup action or a task fails with or without recovery, the specified task teardown action will still be executed.
|
Extension Methods
Name | Value | Summary |
---|---|---|
Dump |
string |
Get a basic string representation of specified object.
From LoggingExtensions
Requires the Cake.Incubator addin
|
IsIn |
bool |
Checks if the source is contained in a list
From EnumerableExtensions
Requires the Cake.Incubator addin
|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From Extensions
Requires the Cake.Ftp addin
|
NotNull |
void |
From IssuesArgumentChecks
Requires the Cake.Issues addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|