IdeIntegrationSettings Class

Summary

Settings how issues should be integrated to IDEs.
graph BT Type-->Base0["Object"] Type["IdeIntegrationSettings"] class Type type-node

Syntax

public class IdeIntegrationSettings

Constructors

Properties

Name Value Summary
JavaScript string
Gets or sets additional JavaScript which should be added.
MenuEntryText string
Gets or sets text which should be shown in the drop down menu for opening the file affected by an issue in an IDE. Default value is Open in IDE.
OpenInIdeCall string
Gets or sets JavaScript which should be called to open the file affected by an issue in an IDE.

Methods

Name Value Summary
GetOpenInIdeCall(string, string, string, string, string) string
Returns the JavaScript which should be called to open the file affected by an issue in an IDE with all patterns of OpenInIdeCall replaced.

Extension Methods

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