ITaskGraphGenerator Interface

Summary

Interface for generating the file contents for graph files
graph TD Type["ITaskGraphGenerator"] class Type type-node Type-.->Implementing0["CytoscapeGraphGenerator"] click Implementing0 "/Cake.Graph/api/Cake.Graph.Generators/CytoscapeGraphGenerator" Type-.->Implementing1["CytoscapeHtmlGenerator"] click Implementing1 "/Cake.Graph/api/Cake.Graph.Generators/CytoscapeHtmlGenerator" Type-.->Implementing2["MermaidGraphGenerator"] click Implementing2 "/Cake.Graph/api/Cake.Graph.Generators/MermaidGraphGenerator" Type-.->Implementing3["MermaidHtmlGenerator"] click Implementing3 "/Cake.Graph/api/Cake.Graph.Generators/MermaidHtmlGenerator"

Syntax

public interface ITaskGraphGenerator

Properties

Name Value Summary
Extension string
The file extension to use for this type of graph file

Methods

Name Value Summary
Serialize(ICakeContext, ICakeTaskInfo, IReadOnlyList<ICakeTaskInfo>) string
Converts the task to a graph and outputs the string for displaying