IssueProviderSettings.

IssueProviderSettings(FilePath) Constructor

Summary

Initializes a new instance of the IssueProviderSettings class for reading a log file on disk.
Assembly
Cake.Issues.dll
Namespace
Cake.Issues
Containing Type
IssueProviderSettings

Syntax

public IssueProviderSettings(FilePath logFilePath)

Parameters

Name Type Description
logFilePath FilePath Path to the log file.

Return Value

Type Description
void
GitHub