CakeReport.

Add(string, CakeReportEntryCategory, TimeSpan) Method

Summary

Adds a task result to the report with a specific category.
Namespace
Cake.Core
Containing Type
CakeReport

Syntax

public void Add(string task, CakeReportEntryCategory category, TimeSpan span)

Parameters

Name Type Description
task string The task.
category CakeReportEntryCategory The category.
span TimeSpan The span.

Return Value

Type Description
void