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.Jekyll.
Summary
Jekyll tool settings.
- Assembly
- Cake
.Jekyll .dll - Namespace
- Cake
.Jekyll - Base Types
-
- ToolSettings
- Derived Types
graph BT
Type-->Base0["ToolSettings"]
Type["JekyllSettings"]
class Type type-node
Derived0["JekyllServeSettings"]-->Type
click Derived0 "/api/Cake.Jekyll.Commands.Serve/JekyllServeSettings"
Derived1["JekyllNewThemeSettings"]-->Type
click Derived1 "/api/Cake.Jekyll.Commands.NewTheme/JekyllNewThemeSettings"
Derived2["JekyllVersionSettings"]-->Type
click Derived2 "/api/Cake.Jekyll.Commands.Version/JekyllVersionSettings"
Derived3["JekyllBuildSettings"]-->Type
click Derived3 "/api/Cake.Jekyll.Commands.Build/JekyllBuildSettings"
Derived4["JekyllCleanSettings"]-->Type
click Derived4 "/api/Cake.Jekyll.Commands.Clean/JekyllCleanSettings"
Derived5["JekyllDoctorSettings"]-->Type
click Derived5 "/api/Cake.Jekyll.Commands.Doctor/JekyllDoctorSettings"
Derived6["JekyllNewSettings"]-->Type
click Derived6 "/api/Cake.Jekyll.Commands.New/JekyllNewSettings"
Syntax
public abstract class JekyllSettings : ToolSettings
Constructors
Name | Summary |
---|---|
JekyllSettings |
Initializes a new instance of the JekyllSettings class.
|
Properties
Name | Value | Summary |
---|---|---|
Command | string |
Gets the command which should be run.
|
DoNotUseBundler | Nullable |
Gets or sets if Bundler should *not* be used to execute Jekyll (defaults to
).
`jekyll` instead of `bundle exec`...
|
Methods
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
|