SetupContext.

SetupContext(ICakeContext, ICakeTaskInfo, IEnumerable<ICakeTaskInfo>) Constructor

Summary

Initializes a new instance of the SetupContext class.
Namespace
Cake.Core
Containing Type
SetupContext

Syntax

public SetupContext(ICakeContext context, ICakeTaskInfo targetTask, IEnumerable<ICakeTaskInfo> tasksToExecute)

Parameters

Name Type Description
context ICakeContext The Cake context.
targetTask ICakeTaskInfo The target (initiating) task.
tasksToExecute IEnumerable<ICakeTaskInfo> The tasks to execute.

Return Value

Type Description
void