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
NotNull<IssueCommentFormat>(string) void
Throws an exception if the specified parameter's value is null.
GitHub