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.Karma.
Summary
Contains functionality to interact with karma start, karma run, or karma init commands.
- Assembly
- Cake
.Karma .dll - Namespace
- Cake
.Karma - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["KarmaAliases"]
class Type type-node
Syntax
public static class KarmaAliases
Attributes
Type | Description |
---|---|
Cake |
Methods
Name | Value | Summary |
---|---|---|
KarmaInit |
void |
Runs karma init with a function for settings.
static
|
KarmaInit |
void |
Runs karma init with settings.
static
|
KarmaRun |
void |
Runs karma run with a function for settings.
static
|
KarmaRun |
void |
Runs karma run with settings.
static
|
KarmaStart |
void |
Runs karma start with a function for settings.
static
|
KarmaStart |
void |
Runs karma start with settings.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|