This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.Issues.Reporting.
Syntax
public static FilePath CreateIssueReport(this ICakeContext context, IEnumerable<IIssueProvider> issueProviders, IIssueReportFormat reportFormat, DirectoryPath repositoryRoot, FilePath outputFilePath)
Attributes
| Type |
Description |
| CakeMethodAliasAttribute |
|
| CakeAliasCategoryAttribute |
|
Parameters
| Name |
Type |
Description |
| context |
ICakeContext |
|
| issueProviders |
IEnumerable<IIssueProvider> |
|
| reportFormat |
IIssueReportFormat |
|
| repositoryRoot |
DirectoryPath |
|
| outputFilePath |
FilePath |
|
Return Value
| Type |
Description |
| FilePath |
|