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.Graph.
Summary
Helper methods for use in generators
- Assembly
- Cake
.Graph .dll - Namespace
- Cake
.Graph .Generators - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["TaskGraphGeneratorHelpers"]
class Type type-node
Syntax
public static class TaskGraphGeneratorHelpers
Methods
Name | Value | Summary |
---|---|---|
GetTaskDependency |
ICakeTaskInfo |
Looks up the dependency in the dictionary and throws an exception if unable to find it
static
|
ValidateParameters |
void |
Ensure parameters are valid
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|