TapIssuesSettings.

TapIssuesSettings(FilePath, BaseTapLogFileFormat) Constructor

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