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.Gem.
Summary
Contains the common settings used by all commands in Gem.
- Assembly
- Cake
.Gem .dll - Namespace
- Cake
.Gem - Base Types
-
- ToolSettings
- Derived Types
graph BT
Type-->Base0["ToolSettings"]
Type["GemSettings"]
class Type type-node
Derived0["GemBuildSettings"]-->Type
click Derived0 "/api/Cake.Gem.Build/GemBuildSettings"
Derived1["GemPushSettings"]-->Type
click Derived1 "/api/Cake.Gem.Push/GemPushSettings"
Syntax
public abstract class GemSettings : ToolSettings
Constructors
| Name | Summary |
|---|---|
| GemSettings |
Properties
| Name | Value | Summary |
|---|---|---|
| Backtrace | bool |
Gets or sets a value indicating whether to show stack backtrace on errors.
|
| ConfigFilePath | FilePath |
Gets or sets a value for the configuration file to use instead of default
|
| Debug | bool |
Gets or sets a value indicating whether to turn on Ruby debugging.
|
| Quiet | bool |
Gets or sets a value indicating whether to silence commands.
|
| Verbose | bool |
Gets or sets a value indicating whether to use verbose level of output.
|
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 IssuesArgumentChecks
Requires the Cake.Issues addin
|
| NotNull |
void |
Throws an exception if the specified parameter's value is null.
From Extensions
Requires the Cake.Ftp 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 |
Returns the string value or a
Not set> markup suitable for Spectre.Console.
From StringExtensions
Requires the Cake.Issues addin
|
