Uses of Class
us.abstracta.jmeter.javadsl.core.threadgroups.RpsThreadGroup.EventType
-
Packages that use RpsThreadGroup.EventType Package Description us.abstracta.jmeter.javadsl.core.threadgroups -
-
Uses of RpsThreadGroup.EventType in us.abstracta.jmeter.javadsl.core.threadgroups
Fields in us.abstracta.jmeter.javadsl.core.threadgroups declared as RpsThreadGroup.EventType Modifier and Type Field Description protected RpsThreadGroup.EventTypeRpsThreadGroup. countingMethods in us.abstracta.jmeter.javadsl.core.threadgroups that return RpsThreadGroup.EventType Modifier and Type Method Description static RpsThreadGroup.EventTypeRpsThreadGroup.EventType. valueOf(String name)Returns the enum constant of this type with the specified name.static RpsThreadGroup.EventType[]RpsThreadGroup.EventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in us.abstracta.jmeter.javadsl.core.threadgroups with parameters of type RpsThreadGroup.EventType Modifier and Type Method Description RpsThreadGroupRpsThreadGroup. counting(RpsThreadGroup.EventType counting)Specifies to either control requests or iterations per second.
-