Class SubstitutionOption (3.25.0)

SubstitutionOption(value)

Specifies the behavior when there is an error in the substitution checks.

Enums

Name Description
MUST_MATCH Fails the build if error in substitutions checks, like missing a substitution in the template or in the map.
ALLOW_LOOSE Do not fail the build if error in substitutions checks.