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.Tap.
Summary
Initializes a new instance of the
TapIssuesSettings class.
- Assembly
- Cake
.Issues .Tap .dll - Namespace
- Cake
.Issues .Tap - Containing Type
- TapIssuesSettings
Syntax
public TapIssuesSettings(FilePath logFilePath, BaseTapLogFileFormat format)
Parameters
| Name | Type | Description |
|---|---|---|
| logFilePath | FilePath | Path to the TAP file. The TAP file needs to be in the format as defined by the format parameter. |
| format | BaseTapLogFileFormat | Format of the provided log file. |
Return Value
| Type | Description |
|---|---|
| void |
