This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Issues.Reporting.Generic.
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 dropdown 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 |
---|---|---|
Dump |
string |
Get a basic string representation of specified object.
From LoggingExtensions
Requires the Cake.Incubator addin
|
IsIn |
bool |
Checks if the source is contained in a list
From EnumerableExtensions
Requires the Cake.Incubator addin
|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From Extensions
Requires the Cake.Ftp addin
|
NotNull |
void |
From IssuesArgumentChecks
Requires the Cake.Issues addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|