class InnerTryMax extends ChainableAction
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- InnerTryMax
- ChainableAction
- Action
- StrictLogging
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new InnerTryMax(times: Expression[Int], loopNext: Action, counterName: String, name: String, next: Action)
Value Members
- def !(session: Session): Unit
- Definition Classes
- ChainableAction → Action
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def execute(session: Session): Unit
Evaluates the condition and if true executes the first action of loopNext else it executes next
Evaluates the condition and if true executes the first action of loopNext else it executes next
- session
the session of the virtual user
- returns
Nothing
- Definition Classes
- InnerTryMax → Action
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val logger: Logger
- Attributes
- protected
- Definition Classes
- StrictLogging
- val name: String
- Definition Classes
- InnerTryMax → Action
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val next: Action
- returns
the next Action in the scenario workflow
- Definition Classes
- InnerTryMax → ChainableAction
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def recover(session: Session)(v: Validation[_]): Unit
- Definition Classes
- ChainableAction
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- Action → AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()