Uses of Class
com.lazerycode.jmeter.configuration.JMeterArgumentsArray
-
Packages that use JMeterArgumentsArray Package Description com.lazerycode.jmeter.configuration com.lazerycode.jmeter.mojo com.lazerycode.jmeter.testrunner -
-
Uses of JMeterArgumentsArray in com.lazerycode.jmeter.configuration
-
Uses of JMeterArgumentsArray in com.lazerycode.jmeter.mojo
Methods in com.lazerycode.jmeter.mojo that return JMeterArgumentsArray Modifier and Type Method Description protected JMeterArgumentsArray
AbstractJMeterMojo. computeJMeterArgumentsArray(boolean disableGUI, boolean isCSVFormat, String jmeterDirectoryPath)
Generate the initial JMeter Arguments array that is used to create the command line that we pass to JMeter. -
Uses of JMeterArgumentsArray in com.lazerycode.jmeter.testrunner
Methods in com.lazerycode.jmeter.testrunner with parameters of type JMeterArgumentsArray Modifier and Type Method Description TestManager
TestManager. setBaseTestArgs(JMeterArgumentsArray argumentsArray)
-