Uses of Enum Class
io.hyperfoil.api.config.Benchmark.FailurePolicy
Packages that use Benchmark.FailurePolicy
-
Uses of Benchmark.FailurePolicy in io.hyperfoil.api.config
Methods in io.hyperfoil.api.config that return Benchmark.FailurePolicyModifier and TypeMethodDescriptionBenchmark.failurePolicy()static Benchmark.FailurePolicyReturns the enum constant of this class with the specified name.static Benchmark.FailurePolicy[]Benchmark.FailurePolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.hyperfoil.api.config with parameters of type Benchmark.FailurePolicyConstructors in io.hyperfoil.api.config with parameters of type Benchmark.FailurePolicyModifierConstructorDescriptionBenchmark(String name, String version, BenchmarkSource source, Map<String, String> params, Map<String, byte[]> files, Agent[] agents, int defaultThreads, Map<Class<? extends PluginConfig>, PluginConfig> plugins, Collection<Phase> phases, Map<String, Object> tags, long statisticsCollectionPeriod, String triggerUrl, List<RunHook> preHooks, List<RunHook> postHooks, Benchmark.FailurePolicy failurePolicy)