Summary
Settings for reading issues.
- Assembly
- Cake
.Prca .dll - Namespace
- Cake
.Prca - Base Types
-
- object
- PrcaSettings
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 |
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 |
void |
Throws an exception if the specified parameter's value is null.
From PrcaArgumentChecks
|