Hyperfoil

setInt

Set session variable to an integral value.

Inline definition
Use var <- value.
Property Type Description
fromVar String Input variable name.
intCondition Builder Set variable only if the current value satisfies certain condition.
max Builder Set to value that is the maximum of this list of values.
min Builder Set to value that is the minimum of this list of values.
onlyIfNotSet boolean Set variable to the value only if it is not already set.
value int Value (integer).
var String Variable name.

intCondition

Property Type Description
equalTo Builder Compared variable must be equal to this value.
greaterOrEqualTo Builder Compared variable must be greater or equal to this value.
greaterThan Builder Compared variable must be greater than this value.
lessOrEqualTo Builder Compared variable must be lower or equal to this value.
lessThan Builder Compared variable must be lower than this value.
notEqualTo Builder Compared variable must not be equal to this value.

intCondition.equalTo

Inline definition
Uses the argument as a constant value.
Property Type Description
fromVar String Input variable name.
value int Value (integer).

intCondition.greaterOrEqualTo

Inline definition
Uses the argument as a constant value.
Property Type Description
fromVar String Input variable name.
value int Value (integer).

intCondition.greaterThan

Inline definition
Uses the argument as a constant value.
Property Type Description
fromVar String Input variable name.
value int Value (integer).

intCondition.lessOrEqualTo

Inline definition
Uses the argument as a constant value.
Property Type Description
fromVar String Input variable name.
value int Value (integer).

intCondition.lessThan

Inline definition
Uses the argument as a constant value.
Property Type Description
fromVar String Input variable name.
value int Value (integer).

intCondition.notEqualTo

Inline definition
Uses the argument as a constant value.
Property Type Description
fromVar String Input variable name.
value int Value (integer).

max

Property Type Description
<list of mappings> <list of builders> <no description>

max.<list of mappings>

Inline definition
Uses the argument as a constant value.
Property Type Description
fromVar String Input variable name.
value int Value (integer).

min

Property Type Description
<list of mappings> <list of builders> <no description>
Close

Search results for "":