Uses of Class
us.abstracta.jmeter.javadsl.core.listeners.JtlWriter.SampleStatus
-
Packages that use JtlWriter.SampleStatus Package Description us.abstracta.jmeter.javadsl.core.listeners -
-
Uses of JtlWriter.SampleStatus in us.abstracta.jmeter.javadsl.core.listeners
Fields in us.abstracta.jmeter.javadsl.core.listeners declared as JtlWriter.SampleStatus Modifier and Type Field Description protected JtlWriter.SampleStatusJtlWriter. logOnlyMethods in us.abstracta.jmeter.javadsl.core.listeners that return JtlWriter.SampleStatus Modifier and Type Method Description static JtlWriter.SampleStatusJtlWriter.SampleStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static JtlWriter.SampleStatus[]JtlWriter.SampleStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in us.abstracta.jmeter.javadsl.core.listeners with parameters of type JtlWriter.SampleStatus Modifier and Type Method Description JtlWriterJtlWriter. logOnly(JtlWriter.SampleStatus status)Allows filtering which sample results to log according to their status.
-