Summary
Container for actions required by the engine.
- Namespace
- Cake
.Core - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["CakeEngineActions"]
class Type type-node
Syntax
public sealed class CakeEngineActions
Constructors
Name | Summary |
---|---|
CakeEngineActions |
Initializes a new instance of the CakeEngineActions class.
|
Properties
Name | Value | Summary |
---|---|---|
Setups | List |
Gets all registerd setup actions.
|
TaskSetup | Action |
Gets the registered task setup action.
|
TaskTeardown | Action |
Gets the registered task teardown action.
|
Teardowns | List |
Gets all registered teardown actions.
|
Methods
Name | Value | Summary |
---|---|---|
RegisterSetup |
void |
Register a setup action.
|
RegisterSetup |
void |
Registers a setup action.
|
RegisterTaskSetup |
void |
Registers the task setup action.
|
RegisterTaskSetup |
void |
Registers the task setup action.
|
RegisterTaskTeardown |
void |
Registers the task teardown action.
|
RegisterTaskTeardown |
void |
Registers the task teardown action.
|
RegisterTeardown |
void |
Registers a teardown action.
|
RegisterTeardown |
void |
Registers a teardown action.
|
Validate |
void |
Executed all validations.
|
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
|