PullRequestSystem.

GetPreferredCommentFormat() Method

Summary

Returns the preferred format for pull request comments.
Assembly
Cake.Prca.dll
Namespace
Cake.Prca.PullRequests
Containing Type
PullRequestSystem

Syntax

public virtual PrcaCommentFormat GetPreferredCommentFormat()

Return Value

Type Description
PrcaCommentFormat The preferred format for pull request comments
GitHub