InspectCodeIssuesSettings Class

Summary

Settings for InspectCodeIssuesAliases.
graph BT Type-->Base0["IssueProviderSettings"] click Base0 "/api/Cake.Issues/IssueProviderSettings" Base0-->Base1["Object"] Type["InspectCodeIssuesSettings"] class Type type-node

Syntax

public class InspectCodeIssuesSettings : IssueProviderSettings

Constructors

Name Summary
InspectCodeIssuesSettings(byte[]) Initializes a new instance of the InspectCodeIssuesSettings class.
InspectCodeIssuesSettings(FilePath) Initializes a new instance of the InspectCodeIssuesSettings class.

Properties

Name Value Summary
LogFileContent byte[]
Gets the content of the log file.
Inherited from IssueProviderSettings

Extension Methods

Name Value Summary
NotNull<InspectCodeIssuesSettings>(string) void
Throws an exception if the specified parameter's value is null.
GitHub