CakeReportEntry Class

Summary

Represents an entry in a CakeReport.
Namespace
Cake.Core
Base Types
  • object
graph BT Type-->Base0["object"] Type["CakeReportEntry"] class Type type-node

Syntax

public sealed class CakeReportEntry

Constructors

Properties

Name Value Summary
Category CakeReportEntryCategory
Gets the task category.
Duration TimeSpan
Gets the duration the task ran for.
ExecutionStatus CakeTaskExecutionStatus
Gets the task execution status.
SkippedMessage string
Gets the message explaining why task was skipped.
TaskName string
Gets the task name.

Extension Methods

Name Value Summary
Dump<CakeReportEntry>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<CakeReportEntry>(CakeReportEntry[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<CakeReportEntry>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<CakeReportEntry>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<CakeReportEntry>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<CakeReportEntry>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin