ReportIssuesToPullRequestSettings Class

Summary

Settings affecting how code analysis issues are reported to pull requests.
Assembly
Cake.Prca.dll
Namespace
Cake.Prca
Base Types
graph TD Base0["PrcaSettings"]-->Type click Base0 "/Cake.Prca.Website/api/Cake.Prca/PrcaSettings" Base1["object"]-->Base0 Type["ReportIssuesToPullRequestSettings"] class Type type-node

Syntax

public class ReportIssuesToPullRequestSettings : PrcaSettings

Constructors

Name Summary
ReportIssuesToPullRequestSettings(DirectoryPath) Initializes a new instance of the ReportIssuesToPullRequestSettings class.

Properties

Name Value Summary
CommentSource string
Gets or sets a value used to decorate comments created by this addin. Only comments with the same source will be resolved.
MaxIssuesToPost int
Gets or sets the number of issues which should be posted at maximum.
RepositoryRoot DirectoryPath
Gets the Root path of the repository.
Inherited from PrcaSettings

Extension Methods

Name Value Summary
NotNull<ReportIssuesToPullRequestSettings>(string) void
Throws an exception if the specified parameter's value is null.
GitHub