| org.apache.jmeter.functions.gui | |
| org.apache.jmeter.functions.util |
| Function | Methods that a function must implement | code | html |
| AbstractFunction | Provides common methods for all functions | code | html |
| BeanShell | A function which understands BeanShell | code | html |
| CSVRead | The function represented by this class allows data to be read from CSV files. | code | html |
| CharFunction | Function to generate chars from a list of decimal or hex values | code | html |
| EscapeHtml | Function which escapes the characters in a For example:
|
code | html |
| EvalFunction | Function to evaluate a string which may contain variable or function references. | code | html |
| EvalVarFunction | Function to evaluate a string which may contain variable or function references. | code | html |
| FileRowColContainer | File data container for CSV (and similar delimited) files Data is accessible via row and column number | code | html |
| FileWrapper | This class wraps the FileRowColContainer for use across multiple threads. | code | html |
| IntSum | Provides an intSum function that adds two or more integer values. | code | html |
| InvalidVariableException | code | html | |
| IterationCounter | code | html | |
| JavaScript | code | html | |
| JexlFunction | A function which understands Commons JEXL | code | html |
| LogFunction | Function to log a message. |
code | html |
| LogFunction2 | Function to log a message. |
code | html |
| LongSum | Provides a longSum function that adds two or more long values. | code | html |
| MachineName | code | html | |
| PackageTest.Baton | code | html | |
| Property | Function to get a JMeter property, and optionally store it Parameters: - property name - variable name (optional) - default value (optional) Returns: - the property value, but if not found: - the default value, but if not defined: - the property name itself | code | html |
| Property2 | Function to get a JMeter property, or a default. | code | html |
| Random | Provides a Random function which returns a random long integer between a min (first argument) and a max (second argument). | code | html |
| RegexFunction | Implements regular expression parsing of sample results and variables | code | html |
| SetProperty | Function to set a JMeter property Parameters: - property name - value Usage: Set the property value in the appropriate GUI by using the string: ${__setProperty(propname,propvalue[,returnvalue?])} Returns: nothing or original value if the 3rd parameter is true | code | html |
| SplitFunction | Function to split a string into variables
Parameters:
Returns: the input string Also sets the variables:
|
code | html |
| StringFromFile | StringFromFile Function to read a String from a text file. | code | html |
| ThreadNumber | Function to return the current thread number. | code | html |
| TimeFunction | __time() function - returns the current time in milliseconds | code | html |
| UnEscape | Function to unescape any Java literals found in the String. | code | html |
| UnEscapeHtml | Function to unescape a string containing entity escapes to a string containing the actual Unicode characters corresponding to the escapes. | code | html |
| Variable | Function to get a JMeter Variable Parameters: - variable name Returns: - the variable value, but if not found - the variable name itself | code | html |
| XPath | The function represented by this class allows data to be read from XML files. | code | html |
| XPathFileContainer | File data container for XML files Data is accessible via XPath | code | html |
| XPathWrapper | This class wraps the XPathFileContainer for use across multiple threads. | code | html |
| PackageTest | code | html |