GraphRunner Class

Summary

Runs the commands to generate the graph node sets and deploy the html files for displaying graphs
Assembly
Cake.Graph.dll
Namespace
Cake.Graph
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["GraphRunner"] class Type type-node

Syntax

public class GraphRunner

Constructors

Name Summary
GraphRunner(ICakeContext, IReadOnlyList<ICakeTaskInfo>) Runs the commands to generate the graph node sets and deploy the html files for displaying graphs

Methods

Name Value Summary
Deploy(Action<GraphSettings>) GraphRunner
Generate the node set files and deploy the web content files
Deploy(GraphSettings) GraphRunner
Generate the node set files and deploy the web content files
DeployAsync(Action<GraphSettings>) Task<GraphRunner>
Generate the node set files and deploy the web content files
DeployAsync(GraphSettings) Task<GraphRunner>
Generate the node set files and deploy the web content files

Extension Methods

Name Value Summary
Dump<GraphRunner>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<GraphRunner>(GraphRunner[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<GraphRunner>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<GraphRunner>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<GraphRunner>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<GraphRunner>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin