Summary
Initializes a new instance of the
CakeReportEntry
class.
- Namespace
- Cake
.Core - Containing Type
- CakeReportEntry
Syntax
public CakeReportEntry(string taskName, string skippedMessage, CakeReportEntryCategory category, TimeSpan duration)
Parameters
Name | Type | Description |
---|---|---|
taskName | string | The name of the task. |
skippedMessage | string | The message explaining why the task was skipped. |
category | Cake |
The task category. |
duration | TimeSpan | The duration. |
Return Value
Type | Description |
---|---|
void |