Uses of Class
org.citrusframework.container.Timer.Builder
Packages that use Timer.Builder
-
Uses of Timer.Builder in org.citrusframework.container
Methods in org.citrusframework.container that return Timer.BuilderModifier and TypeMethodDescriptionTimer.Builder.autoStop(boolean autoStop) Automatically stop the timer when test is finished.Timer.Builder.delay(long delay) Initial delay in milliseconds before first timer event should fire.Timer.Builder.fork(boolean fork) Fork the timer so that other actions can run in parallel to the nested timer actionsSet the timer's id.Timer.Builder.interval(long interval) Interval in milliseconds between each timer.Timer.Builder.repeatCount(int repeatCount) The maximum number of times the timer event is fired.static Timer.BuilderTimer.Builder.timer()Fluent API action building entry method used in Java DSL.Set the timer's id.Constructors in org.citrusframework.container with parameters of type Timer.Builder