TaskGraphGeneratorHelpers Class

Summary

Helper methods for use in generators
Namespace
Cake.Graph.Generators
Base Types
  • object
graph TD Base0["object"]-->Type Type["TaskGraphGeneratorHelpers"] class Type type-node

Syntax

public static class TaskGraphGeneratorHelpers

Methods

Name Value Summary
GetTaskDependency(ICakeContext, IDictionary<string, ICakeTaskInfo>, string) ICakeTaskInfo
Looks up the dependency in the dictionary and throws an exception if unable to find it
static
ValidateParameters(ICakeContext, ICakeTaskInfo, IReadOnlyList<ICakeTaskInfo>) void
Ensure parameters are valid
static