Summary
Interface for settings for reading issues.
- Assembly
- Cake
.Issues .dll - Namespace
- Cake
.Issues - Interfaces
- Implementing Types
graph BT
Type-.->Interface0["IRepositorySettings"]
click Interface0 "/api/Cake.Issues/IRepositorySettings"
Type["IReadIssuesSettings"]
class Type type-node
Implementing0["ReportIssuesToPullRequestFromIssueProviderSettings"]-.->Type
click Implementing0 "/api/Cake.Issues.PullRequests/ReportIssuesToPullRequestFromIssueProviderSettings"
Implementing1["ReadIssuesSettings"]-.->Type
click Implementing1 "/api/Cake.Issues/ReadIssuesSettings"
Implementing2["IReportIssuesToPullRequestFromIssueProviderSettings"]-.->Type
click Implementing2 "/api/Cake.Issues.PullRequests/IReportIssuesToPullRequestFromIssueProviderSettings"
Implementing3["ICreateIssueReportFromIssueProviderSettings"]-.->Type
click Implementing3 "/api/Cake.Issues.Reporting/ICreateIssueReportFromIssueProviderSettings"
Implementing4["CreateIssueReportFromIssueProviderSettings"]-.->Type
click Implementing4 "/api/Cake.Issues.Reporting/CreateIssueReportFromIssueProviderSettings"
Syntax
public interface IReadIssuesSettings : IRepositorySettings
Properties
Name | Value | Summary |
---|---|---|
FileLinkSettings | FileLinkSettings |
Gets or sets settings which can be used for resolving links to source files.
|
Run | string |
Gets or sets the name of the run.
|
Extension Methods
Name | Value | Summary |
---|---|---|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From IssuesArgumentChecks
|