JMeterAliases Class

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
CakeAliasCategoryAttribute

Methods

Name Value Summary
JMeter(ICakeContext, FilePath, FilePath) void
Runs JMeter with the -t parameter with the test file
static
JMeter(ICakeContext, FilePath) void
Runs JMeter with the -t parameter with the test file
static
JMeter(ICakeContext, JMeterSettings) void
Runs JMeter with the -t parameter with the test file
static
JMeterInstallForJmx(ICakeContext, FilePath) void
Installs all plugins that are needed to run the given jmx file.
static
JMeterInstallPlugin(ICakeContext, string) void
Installs the given plugin to the JMeter package.
static
JMeterRunPluginManagerCommand(ICakeContext, string) void
Allows to run any command with the JMeter Plugin Manager Command Line. See https://jmeter-plugins.org/wiki/PluginsManagerAutomated/ for details.
static
JMeterUninstallPlugin(ICakeContext, string) void
Uninstalls the given plugin from the JMeter package.
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin