TapIssuesSettings.

TapIssuesSettings(byte[], 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(byte[] logFileContent, BaseTapLogFileFormat format)

Parameters

Name Type Description
logFileContent byte[] Content of 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