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
Settings for creating the graph files
- Assembly
- Cake
.Graph .dll - Namespace
- Cake
.Graph - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["GraphSettings"]
class Type type-node
Syntax
public class GraphSettings
Constructors
Name | Summary |
---|---|
GraphSettings |
Properties
Name | Value | Summary |
---|---|---|
Generator | ITaskGraphGenerator |
The generator which will convert the task and dependencies to a string
|
OutputPath | string |
Root folder to deploy content to
|
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 |
From IssuesArgumentChecks
Requires the Cake.Issues addin
|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From Extensions
Requires the Cake.Ftp addin
|
SetOutputPath |
GraphSettings |
Root path for deploying all files
Requires the Cake.Graph 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
|
WithCustomGenerator |
GraphSettings |
Use a custom generator
Requires the Cake.Graph addin
|
With |
GraphSettings |
Use a generator which outputs in cytoscape syntax
Requires the Cake.Graph addin
|
With |
GraphSettings |
Use a generator which outputs separate files with cytoscape graphs
Requires the Cake.Graph addin
|
With |
GraphSettings |
Use a generator which outputs separate files for wyam with cytoscape graphs
Requires the Cake.Graph addin
|
WithMermaidGenerator |
GraphSettings |
Use a generator which outputs in mermaid syntax
Requires the Cake.Graph addin
|
With |
GraphSettings |
Use a generator which outputs separate files with mermaid graphs
Requires the Cake.Graph addin
|