Uses of Class
io.hyperfoil.api.config.RunHook
Packages that use RunHook
-
Uses of RunHook in io.hyperfoil.api.config
Methods in io.hyperfoil.api.config that return RunHookMethods in io.hyperfoil.api.config that return types with arguments of type RunHookMethods in io.hyperfoil.api.config with parameters of type RunHookModifier and TypeMethodDescriptionBenchmarkBuilder.addPostHook(RunHook runHook) BenchmarkBuilder.addPreHook(RunHook runHook) intConstructor parameters in io.hyperfoil.api.config with type arguments of type RunHookModifierConstructorDescriptionBenchmark(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)