GraphRunner.

GraphRunner(ICakeContext, IReadOnlyList<ICakeTaskInfo>) Constructor

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
Containing Type
GraphRunner

Syntax

public GraphRunner(ICakeContext context, IReadOnlyList<ICakeTaskInfo> tasks)

Parameters

Name Type Description
context ICakeContext
tasks IReadOnlyList<ICakeTaskInfo>

Return Value

Type Description
void