Summary
Settings how issues should be integrated to IDEs.
- Assembly
- Cake
.Issues .Reporting .Generic .dll - Namespace
- Cake
.Issues .Reporting .Generic - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["IdeIntegrationSettings"]
class Type type-node
Syntax
public class IdeIntegrationSettings
Constructors
Name | Summary |
---|---|
Ide |
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 |
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 |
void |
Throws an exception if the specified parameter's value is null.
From IssuesArgumentChecks
|