IssueCommentFormat Class

Summary

Possible format options for issues.
Assembly
Cake.Issues.dll
Namespace
Cake.Issues
Base Types
  • Enum
graph BT Type-->Base0["Enum"] Type["IssueCommentFormat"] class Type type-node

Syntax

public sealed class IssueCommentFormat : Enum

Fields

Name Constant Value Summary
Html 2
Hypertext markup language.
static
Markdown 3
Markdown syntax.
static
PlainText 1
Plain text.
static
Undefined 0
Undefined format.
static
value__

Extension Methods

Name Value Summary
Dump<IssueCommentFormat>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<IssueCommentFormat>(IssueCommentFormat[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<IssueCommentFormat>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<IssueCommentFormat>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<IssueCommentFormat>(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<IssueCommentFormat>(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