package builder
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
trait
ActionBuilder extends AnyRef
Top level abstraction for components in charge of building Actions.
Top level abstraction for components in charge of building Actions. ActionBuilder is what is passed to the DSL exec() method.
-
class
CustomPauseBuilder extends ActionBuilder with NameGen
Builder for the custom 'pause' action.
- class FeedBuilder extends ActionBuilder with NameGen
- class IfBuilder extends ActionBuilder
- class LoopBuilder extends ActionBuilder with NameGen
- sealed abstract class LoopType extends AnyRef
-
class
PaceBuilder extends ActionBuilder
Builder for the Pace action
Builder for the Pace action
Originally contributed by James Pickering.
-
class
PauseBuilder extends ActionBuilder with NameGen
Builder for the 'pause' action.
- class RandomSwitchBuilder extends ActionBuilder with StrictLogging with NameGen
- class RendezVousBuilder extends ActionBuilder
- class RoundRobinSwitchBuilder extends ActionBuilder with NameGen
-
class
SessionHookBuilder extends ActionBuilder with NameGen
Builder for SimpleAction
- class SwitchBuilder extends ActionBuilder with NameGen
- class TryMaxBuilder extends ActionBuilder
Value Members
- object AsLongAsDuringLoopType extends LoopType with Product with Serializable
- object AsLongAsLoopType extends LoopType with Product with Serializable
- object DoWhileDuringType extends LoopType with Product with Serializable
- object DoWhileType extends LoopType with Product with Serializable
- object DuringLoopType extends LoopType with Product with Serializable
- object ExitHereIfFailedBuilder extends ActionBuilder
- object FeedBuilder
- object ForeachLoopType extends LoopType with Product with Serializable
- object ForeverLoopType extends LoopType with Product with Serializable
- object GroupBuilder
- object RandomSwitchBuilder
- object RepeatLoopType extends LoopType with Product with Serializable