Summary
Adds a task result to the report.
- Namespace
- Cake
.Core - Containing Type
- CakeReport
Syntax
public void Add(string task, string skippedMessage, CakeReportEntryCategory category, TimeSpan span, CakeTaskExecutionStatus executionStatus)
Parameters
Name | Type | Description |
---|---|---|
task | string | The task. |
skippedMessage | string | The message explaining why the task was skipped. |
category | Cake |
The category. |
span | TimeSpan | The span. |
executionStatus | Cake |
The execution status. |
Return Value
Type | Description |
---|---|
void |