This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Issues.
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. |