Summary
Converts the task to a graph and outputs the string for displaying
- Namespace
- Cake
.Graph .Generators - Containing Type
- ITaskGraphGenerator
Syntax
string Serialize(ICakeContext context, ICakeTaskInfo task, IReadOnlyList<ICakeTaskInfo> tasks)
Parameters
Name | Type | Description |
---|---|---|
context | ICakeContext | |
task | ICakeTaskInfo | |
tasks | IReadOnlyList |
Return Value
Type | Description |
---|---|
string |