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.JMeter.
Summary
Contains functionality for using the JMeter tool
- Assembly
- Cake
.JMeter .dll - Namespace
- Cake
.JMeter - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["JMeterAliases"]
class Type type-node
Syntax
public static class JMeterAliases
Attributes
Type | Description |
---|---|
Cake |
Methods
Name | Value | Summary |
---|---|---|
JMeter |
void |
Runs JMeter with the -t parameter with the test file
static
|
JMeter |
void |
Runs JMeter with the -t parameter with the test file
static
|
JMeter |
void |
Runs JMeter with the -t parameter with the test file
static
|
JMeterInstallForJmx |
void |
Installs all plugins that are needed to run the given jmx file.
static
|
JMeterInstallPlugin |
void |
Installs the given plugin to the JMeter package.
static
|
J |
void |
Allows to run any command with the JMeter Plugin Manager Command Line.
See https://jmeter-plugins.org/wiki/PluginsManagerAutomated/ for details.
static
|
J |
void |
Uninstalls the given plugin from the JMeter package.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|