Uses of Class
io.hyperfoil.api.config.Benchmark.FailurePolicy
-
Packages that use Benchmark.FailurePolicy Package Description io.hyperfoil.api.config -
-
Uses of Benchmark.FailurePolicy in io.hyperfoil.api.config
Methods in io.hyperfoil.api.config that return Benchmark.FailurePolicy Modifier and Type Method Description Benchmark.FailurePolicyBenchmark. failurePolicy()static Benchmark.FailurePolicyBenchmark.FailurePolicy. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Benchmark.FailurePolicy[]Benchmark.FailurePolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.hyperfoil.api.config with parameters of type Benchmark.FailurePolicy Modifier and Type Method Description BenchmarkBuilderBenchmarkBuilder. failurePolicy(Benchmark.FailurePolicy policy)Constructors in io.hyperfoil.api.config with parameters of type Benchmark.FailurePolicy Constructor Description Benchmark(java.lang.String name, java.lang.String originalSource, java.util.Map<java.lang.String,byte[]> files, Agent[] agents, int defaultThreads, java.util.Map<java.lang.Class<? extends PluginConfig>,PluginConfig> plugins, java.util.Collection<Phase> phases, java.util.Map<java.lang.String,java.lang.Object> tags, long statisticsCollectionPeriod, java.lang.String triggerUrl, java.util.List<RunHook> preHooks, java.util.List<RunHook> postHooks, Benchmark.FailurePolicy failurePolicy)
-