Summary
Contains extension methods for
CakeTask
.
- Namespace
- Cake
.Core - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["CakeTaskExtensions"]
class Type type-node
Syntax
public static class CakeTaskExtensions
Methods
Name | Value | Summary |
---|---|---|
AddAction |
void |
Adds the action to the task's actions.
static
|
AddCriteria |
void |
Adds to the task's criteria.
static
|
AddDelayedAction |
void |
Adds the action to the task's delayed actions.
static
|
AddDependee |
void |
Adds the dependee to the task's dependees.
static
|
AddDependency |
void |
Adds the dependency to the task's dependencies.
static
|
SetDeferExceptions |
void |
Sets the task's defer exceptions state.
static
|
SetErrorHandler |
void |
Sets the task's error handler.
static
|
SetErrorHandler |
void |
Sets the task's error handler.
static
|
SetErrorReporter |
void |
Sets the task's error reporter.
static
|
SetErrorReporter |
void |
Sets the task's error reporter.
static
|
SetFinallyHandler |
void |
Sets the task's finally handler.
static
|
SetFinallyHandler |
void |
Sets the task's finally handler.
static
|
SetFinallyHandler |
void |
Sets the task's finally handler.
static
|
SetFinallyHandler |
void |
Sets the task's finally handler.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|