Summary
Represents a task setup action.
- Namespace
- Cake
.Frosting - Implementing Types
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["FrostingTaskSetup<TContext>"]-.->Type
click Implementing3 "/api/Cake.Frosting/FrostingTaskSetup_1"
Implementing4["FrostingTaskLifetime"]-.->Type
click Implementing4 "/api/Cake.Frosting/FrostingTaskLifetime"
Syntax
public interface IFrostingTaskSetup
Methods
Name | Value | Summary |
---|---|---|
Setup |
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 |
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
|