IIssueExtensions.

Message(IIssue, IssueCommentFormat) Method

Summary

Gets the message of the issue in a specific format. If the message is not available in the specific format, the message in text format will be returned.
Assembly
Cake.Issues.dll
Namespace
Cake.Issues
Containing Type
IIssueExtensions

Syntax

public static string Message(this IIssue issue, IssueCommentFormat format)

Parameters

Name Type Description
issue IIssue Issue for which the message should be returned.
format IssueCommentFormat Format in which the message should be returned.

Return Value

Type Description
string Message in the format specified by format or message in text format if it is not available in the desired format.