launch.conditions.launch_configuration_equals module
Module for LaunchConfigurationEquals class.
- class launch.conditions.launch_configuration_equals.LaunchConfigurationEquals[source]
Bases:
ConditionCondition on the value of a launch configuration.
This condition takes an optional string expression that is compared with the value of a launch configuration. If the value is equal to the launch configuration value, then this
Conditionevaluates toTrue. The expression may consist oflaunch.Substitutioninstances.If
Noneis provided instead of a string expression, then the condition evaluates toTrueif the launch configuration is not set.Deprecated since version 1.1.0: Replaced by the more universally usable substitutions: ‘EqualsSubstitution’ and ‘NotEqualsSubstitution’