Uses of Class
us.abstracta.jmeter.javadsl.blazemeter.BlazeMeterLocation
-
Packages that use BlazeMeterLocation Package Description us.abstracta.jmeter.javadsl.blazemeter -
-
Uses of BlazeMeterLocation in us.abstracta.jmeter.javadsl.blazemeter
Methods in us.abstracta.jmeter.javadsl.blazemeter that return BlazeMeterLocation Modifier and Type Method Description static BlazeMeterLocationBlazeMeterLocation. valueOf(String name)Returns the enum constant of this type with the specified name.static BlazeMeterLocation[]BlazeMeterLocation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in us.abstracta.jmeter.javadsl.blazemeter with parameters of type BlazeMeterLocation Modifier and Type Method Description BlazeMeterEngineBlazeMeterEngine. location(BlazeMeterLocation location, int weight)Allows specifying BlazeMeter locations where the test plan will run.
-