B C E G H I J M P R S T U V _

B

buildArgumentsArray() - Method in class com.lazerycode.jmeter.configuration.JMeterArgumentsArray
 

C

checkLineForErrors(String) - Method in class com.lazerycode.jmeter.ErrorScanner
protected for testing
com.lazerycode.jmeter - package com.lazerycode.jmeter
 
com.lazerycode.jmeter.configuration - package com.lazerycode.jmeter.configuration
 
com.lazerycode.jmeter.properties - package com.lazerycode.jmeter.properties
 
com.lazerycode.jmeter.reporting - package com.lazerycode.jmeter.reporting
 
com.lazerycode.jmeter.testrunner - package com.lazerycode.jmeter.testrunner
 
compare(String, String) - Method in class com.lazerycode.jmeter.IncludesComparator
Compares two filenames based on the index of the first include pattern that matches them in the given list.
configureJMeterPropertiesFiles() - Method in class com.lazerycode.jmeter.properties.PropertyHandler
Create/Copy the properties files used by JMeter into the JMeter directory tree.
createFileIfItDoesntExist() - Method in enum com.lazerycode.jmeter.properties.JMeterPropertiesFiles
 

E

ErrorScanner - Class in com.lazerycode.jmeter
Handles checking the jmeter xml logs for errors and failures.
ErrorScanner(boolean, boolean) - Constructor for class com.lazerycode.jmeter.ErrorScanner
 
execute() - Method in class com.lazerycode.jmeter.JMeterMojo
Run all the JMeter tests.
executeTests() - Method in class com.lazerycode.jmeter.testrunner.TestManager
Executes all tests and returns the resultFile names
ExitException - Exception in com.lazerycode.jmeter.testrunner
 
ExitException(int) - Constructor for exception com.lazerycode.jmeter.testrunner.ExitException
 

G

getCode() - Method in exception com.lazerycode.jmeter.testrunner.ExitException
 
getCommandLineArgument() - Method in enum com.lazerycode.jmeter.configuration.JMeterCommandLineArguments
 
getErrorCount() - Method in class com.lazerycode.jmeter.ErrorScanner
 
getFailureCount() - Method in class com.lazerycode.jmeter.ErrorScanner
 
getHost() - Method in class com.lazerycode.jmeter.ProxyConfig
 
getHostExclusions() - Method in class com.lazerycode.jmeter.ProxyConfig
 
getOutputDirectory() - Method in class com.lazerycode.jmeter.ReportConfig
 
getPassword() - Method in class com.lazerycode.jmeter.ProxyConfig
 
getPort() - Method in class com.lazerycode.jmeter.ProxyConfig
 
getPostfix() - Method in class com.lazerycode.jmeter.ReportConfig
 
getPropertiesFileName() - Method in enum com.lazerycode.jmeter.properties.JMeterPropertiesFiles
 
getPropertyKey() - Method in enum com.lazerycode.jmeter.properties.ReservedProperties
 
getProxyDetails() - Method in class com.lazerycode.jmeter.configuration.JMeterArgumentsArray
 
getResultsFileName() - Method in class com.lazerycode.jmeter.configuration.JMeterArgumentsArray
 
getStart() - Method in class com.lazerycode.jmeter.RemoteConfig
 
getUsername() - Method in class com.lazerycode.jmeter.ProxyConfig
 
getXsltFile() - Method in class com.lazerycode.jmeter.ReportConfig
 

H

hasTestPassed(File) - Method in class com.lazerycode.jmeter.ErrorScanner
Check given file for errors
humanReadableCommandLineOutput(String[]) - Static method in class com.lazerycode.jmeter.UtilityFunctions
 

I

IncludesComparator - Class in com.lazerycode.jmeter
Compare filenames based on their order in a list of includes (using default ant include pattern).
IncludesComparator(List<String>) - Constructor for class com.lazerycode.jmeter.IncludesComparator
 
isEnable() - Method in class com.lazerycode.jmeter.ReportConfig
 
isNotSet(Map<?, ?>) - Static method in class com.lazerycode.jmeter.UtilityFunctions
 
isNotSet(String) - Static method in class com.lazerycode.jmeter.UtilityFunctions
 
isNotSet(File) - Static method in class com.lazerycode.jmeter.UtilityFunctions
 
isStartAll() - Method in class com.lazerycode.jmeter.RemoteConfig
 
isStartAndStopOnce() - Method in class com.lazerycode.jmeter.RemoteConfig
 
isStop() - Method in class com.lazerycode.jmeter.RemoteConfig
 

J

JMeterArgumentsArray - Class in com.lazerycode.jmeter.configuration
Creates an arguments array to pass to the JMeter object to run tests.
JMeterArgumentsArray(String) - Constructor for class com.lazerycode.jmeter.configuration.JMeterArgumentsArray
The argument map will define which arguments are set on the command line.
JMeterCommandLineArguments - Enum in com.lazerycode.jmeter.configuration
An Enum holding all of the command line arguments accepted by JMeter
JMeterMojo - Class in com.lazerycode.jmeter
JMeter Maven plugin.
JMeterMojo() - Constructor for class com.lazerycode.jmeter.JMeterMojo
 
JMeterPropertiesFiles - Enum in com.lazerycode.jmeter.properties
An Enum holding a list of JMeter properties files.

M

makeReport(List<String>) - Method in class com.lazerycode.jmeter.reporting.ReportGenerator
Create a report for every resultfile in the given list
mergeProperties(Map<String, String>) - Method in class com.lazerycode.jmeter.properties.PropertyFileMerger
Merge given Map into given Properties object
mergePropertiesFile(JMeterPropertiesFiles, File) - Method in class com.lazerycode.jmeter.properties.PropertyHandler
Merge properties from sourceFile and customProperties into the given outputDirectory

P

PropertyFileMerger - Class in com.lazerycode.jmeter.properties
Handler that can merge Properties objects and Maps
PropertyFileMerger(Properties) - Constructor for class com.lazerycode.jmeter.properties.PropertyFileMerger
 
PropertyHandler - Class in com.lazerycode.jmeter.properties
Handler to deal with properties file creation.
PropertyHandler(File, File, Artifact) - Constructor for class com.lazerycode.jmeter.properties.PropertyHandler
 
ProxyConfig - Class in com.lazerycode.jmeter
Is used for configuration of all proxy related configuration.
ProxyConfig() - Constructor for class com.lazerycode.jmeter.ProxyConfig
 

R

RemoteConfig - Class in com.lazerycode.jmeter
Is used for configuration of all remote related configuration.
RemoteConfig() - Constructor for class com.lazerycode.jmeter.RemoteConfig
 
ReportConfig - Class in com.lazerycode.jmeter
Is used for configuration of all report related configuration.
ReportConfig() - Constructor for class com.lazerycode.jmeter.ReportConfig
 
ReportGenerator - Class in com.lazerycode.jmeter.reporting
ReportGenerator encapsules functions for generating reports
ReportGenerator(ReportConfig) - Constructor for class com.lazerycode.jmeter.reporting.ReportGenerator
 
ReportTransformer - Class in com.lazerycode.jmeter.reporting
Handles the xslt transform for the jmeter report.
ReportTransformer(InputStream) - Constructor for class com.lazerycode.jmeter.reporting.ReportTransformer
 
ReservedProperties - Enum in com.lazerycode.jmeter.properties
An Enum holding a list of reserved properties.

S

setACustomPropertiesFile(File) - Method in class com.lazerycode.jmeter.configuration.JMeterArgumentsArray
 
setASystemPropertiesFile(File) - Method in class com.lazerycode.jmeter.configuration.JMeterArgumentsArray
Deprecated. 
setEnable(boolean) - Method in class com.lazerycode.jmeter.ReportConfig
Whether or not to generate reports after measurement.
setExitCheckPause(int) - Method in class com.lazerycode.jmeter.testrunner.TestManager
Set how long to wait for JMeter to clean up it's threads after a test run.
setGlobalProperties(Map<String, String>) - Method in class com.lazerycode.jmeter.configuration.JMeterArgumentsArray
Deprecated. 
setHost(String) - Method in class com.lazerycode.jmeter.ProxyConfig
HTTP proxy host name
setHostExclusions(String) - Method in class com.lazerycode.jmeter.ProxyConfig
Regex of hosts that will not be proxied
setJMeterGlobalProperties(Map<String, String>) - Method in class com.lazerycode.jmeter.properties.PropertyHandler
 
setJMeterHome(String) - Method in class com.lazerycode.jmeter.configuration.JMeterArgumentsArray
 
setJMeterProperties(Map<String, String>) - Method in class com.lazerycode.jmeter.properties.PropertyHandler
 
setJMeterSaveServiceProperties(Map<String, String>) - Method in class com.lazerycode.jmeter.properties.PropertyHandler
 
setJMeterSystemProperties(Map<String, String>) - Method in class com.lazerycode.jmeter.properties.PropertyHandler
 
setJMeterUpgradeProperties(Map<String, String>) - Method in class com.lazerycode.jmeter.properties.PropertyHandler
 
setJmeterUserProperties(Map<String, String>) - Method in class com.lazerycode.jmeter.properties.PropertyHandler
 
setLogCategoriesOverrides(Map<String, String>) - Method in class com.lazerycode.jmeter.configuration.JMeterArgumentsArray
 
setLogRootOverride(String) - Method in class com.lazerycode.jmeter.configuration.JMeterArgumentsArray
 
setNonProxyHosts(String) - Method in class com.lazerycode.jmeter.configuration.JMeterArgumentsArray
 
setOutputDirectory(File) - Method in class com.lazerycode.jmeter.ReportConfig
Directory in which the reports are stored.
setPassword(String) - Method in class com.lazerycode.jmeter.ProxyConfig
HTTP proxy user password
setPort(Integer) - Method in class com.lazerycode.jmeter.ProxyConfig
HTTP proxy port Default: 80
setPostfix(String) - Method in class com.lazerycode.jmeter.ReportConfig
Postfix to add to report file.
setProxyConfig(ProxyConfig) - Method in class com.lazerycode.jmeter.configuration.JMeterArgumentsArray
 
setProxyHostDetails(String, int) - Method in class com.lazerycode.jmeter.configuration.JMeterArgumentsArray
 
setProxyPassword(String) - Method in class com.lazerycode.jmeter.configuration.JMeterArgumentsArray
 
setProxyUsername(String) - Method in class com.lazerycode.jmeter.configuration.JMeterArgumentsArray
 
setRemoteConfig(RemoteConfig) - Method in class com.lazerycode.jmeter.testrunner.TestManager
Set remote configuration
setRemoteProperties(Map<String, String>) - Method in class com.lazerycode.jmeter.configuration.JMeterArgumentsArray
Deprecated. 
setRemotePropertiesFile(File) - Method in class com.lazerycode.jmeter.configuration.JMeterArgumentsArray
Deprecated. 
setRemoteStart(String) - Method in class com.lazerycode.jmeter.configuration.JMeterArgumentsArray
 
setRemoteStartAll(boolean) - Method in class com.lazerycode.jmeter.configuration.JMeterArgumentsArray
 
setRemoteStop(boolean) - Method in class com.lazerycode.jmeter.configuration.JMeterArgumentsArray
 
setResultsTimestamp(boolean) - Method in class com.lazerycode.jmeter.configuration.JMeterArgumentsArray
 
setStart(String) - Method in class com.lazerycode.jmeter.RemoteConfig
Comma separated list of servers to start when starting tests
setStartAll(boolean) - Method in class com.lazerycode.jmeter.RemoteConfig
Start all remote servers as defined in jmeter.properties when the test starts Default: Boolean.FALSE
setStartAndStopOnce(boolean) - Method in class com.lazerycode.jmeter.RemoteConfig
Remote start and stop for every test, or once for the entire test suite of tests.
setStop(boolean) - Method in class com.lazerycode.jmeter.RemoteConfig
Stop remote servers when the test finishes Default: Boolean.FALSE
setSystemProperties(Map<String, String>) - Method in class com.lazerycode.jmeter.configuration.JMeterArgumentsArray
Deprecated. 
setTestFile(File) - Method in class com.lazerycode.jmeter.configuration.JMeterArgumentsArray
 
setUsername(String) - Method in class com.lazerycode.jmeter.ProxyConfig
HTTP proxy username
setUserProperties(Map<String, String>) - Method in class com.lazerycode.jmeter.configuration.JMeterArgumentsArray
Deprecated. 
setXsltFile(File) - Method in class com.lazerycode.jmeter.ReportConfig
Custom Xslt which is used to create the report.

T

TestManager - Class in com.lazerycode.jmeter.testrunner
TestManager encapsules functions that gather JMeter Test files and execute the tests
TestManager(JMeterArgumentsArray, File, File, List<String>, List<String>, boolean) - Constructor for class com.lazerycode.jmeter.testrunner.TestManager
 
toString() - Method in class com.lazerycode.jmeter.ProxyConfig
 
toString() - Method in class com.lazerycode.jmeter.RemoteConfig
 
toString() - Method in class com.lazerycode.jmeter.ReportConfig
 
transform(String, String) - Method in class com.lazerycode.jmeter.reporting.ReportTransformer
 

U

UtilityFunctions - Class in com.lazerycode.jmeter
Series of useful utility functions to make life easy
UtilityFunctions() - Constructor for class com.lazerycode.jmeter.UtilityFunctions
 

V

valueOf(String) - Static method in enum com.lazerycode.jmeter.configuration.JMeterCommandLineArguments
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.lazerycode.jmeter.properties.JMeterPropertiesFiles
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.lazerycode.jmeter.properties.ReservedProperties
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.lazerycode.jmeter.configuration.JMeterCommandLineArguments
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.lazerycode.jmeter.properties.JMeterPropertiesFiles
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.lazerycode.jmeter.properties.ReservedProperties
Returns an array containing the constants of this enum type, in the order they are declared.

_

_rc - Variable in exception com.lazerycode.jmeter.testrunner.ExitException
 

B C E G H I J M P R S T U V _

Copyright © 2012. All Rights Reserved.