This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.ArgumentBinder.
Summary
Extensions to the
CakeTaskBuilder
class that we use to bind arguments.
- Assembly
- Cake
.ArgumentBinder .dll - Namespace
- Cake
.ArgumentBinder - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["CakeTaskBuilderExtensions"]
class Type type-node
Syntax
public static class CakeTaskBuilderExtensions
Methods
Name | Value | Summary |
---|---|---|
Description |
CakeTaskBuilder |
Sets the Task's description with the output generated from
GetDescription<T>(string) .
That is, a description of each of the arguments a task takes in.
Note, calling Description or this function again will overwrite what was there before.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|