ReadIssuesSettings Class

Summary

Settings for reading issues.
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["ReadIssuesSettings"] class Type type-node

Syntax

public class ReadIssuesSettings : PrcaSettings

Constructors

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

Properties

Name Value Summary
Format PrcaCommentFormat
Gets or sets the preferred format in which issue comments should be returned.
RepositoryRoot DirectoryPath
Gets the Root path of the repository.
Inherited from PrcaSettings

Extension Methods

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