CakeGraphBuilder Class

Summary

Responsible for building the Cake task graph.
Namespace
Cake.Core.Graph
Base Types
  • object
graph BT Type-->Base0["object"] Type["CakeGraphBuilder"] class Type type-node

Syntax

public static class CakeGraphBuilder

Methods

Name Value Summary
Build(IReadOnlyCollection<ICakeTaskInfo>) CakeGraph
Builds a CakeGraph from the specified tasks.
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin