Summary
Settings containing a path to a repository.
- Assembly
- Cake
.Issues .dll - Namespace
- Cake
.Issues - Interfaces
- Base Types
-
- Object
- Derived Types
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IRepositorySettings"]
click Interface0 "/api/Cake.Issues/IRepositorySettings"
Type["RepositorySettings"]
class Type type-node
Derived0["ReadIssuesSettings"]-->Type
click Derived0 "/api/Cake.Issues/ReadIssuesSettings"
Derived1["ReportIssuesToPullRequestSettings"]-->Type
click Derived1 "/api/Cake.Issues.PullRequests/ReportIssuesToPullRequestSettings"
Derived2["CreateIssueReportSettings"]-->Type
click Derived2 "/api/Cake.Issues.Reporting/CreateIssueReportSettings"
Syntax
public class RepositorySettings : IRepositorySettings
Constructors
Name | Summary |
---|---|
RepositorySettings |
Initializes a new instance of the RepositorySettings class.
|
Properties
Name | Value | Summary |
---|---|---|
RepositoryRoot | DirectoryPath |
Gets the Root path of the repository.
|
Extension Methods
Name | Value | Summary |
---|---|---|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From IssuesArgumentChecks
|