Uses of Class
us.abstracta.jmeter.javadsl.core.threadgroups.BaseThreadGroup.SampleErrorAction
-
Packages that use BaseThreadGroup.SampleErrorAction Package Description us.abstracta.jmeter.javadsl.core.threadgroups -
-
Uses of BaseThreadGroup.SampleErrorAction in us.abstracta.jmeter.javadsl.core.threadgroups
Fields in us.abstracta.jmeter.javadsl.core.threadgroups declared as BaseThreadGroup.SampleErrorAction Modifier and Type Field Description protected BaseThreadGroup.SampleErrorActionBaseThreadGroup. sampleErrorActionMethods in us.abstracta.jmeter.javadsl.core.threadgroups that return BaseThreadGroup.SampleErrorAction Modifier and Type Method Description static BaseThreadGroup.SampleErrorActionBaseThreadGroup.SampleErrorAction. valueOf(String name)Returns the enum constant of this type with the specified name.static BaseThreadGroup.SampleErrorAction[]BaseThreadGroup.SampleErrorAction. 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 BaseThreadGroup.SampleErrorAction Modifier and Type Method Description TBaseThreadGroup. sampleErrorAction(BaseThreadGroup.SampleErrorAction sampleErrorAction)Specifies what action to be taken when a sample error is detected.
-