Class BatchSanitizerGlobalRule

java.lang.Object
io.jenkins.plugins.safebatch.BatchSanitizerGlobalRule
All Implemented Interfaces:
ExtensionPoint, Describable<EnvVarsFilterGlobalRule>, Serializable, EnvVarsFilterGlobalRule, EnvVarsFilterRule

public class BatchSanitizerGlobalRule extends Object implements EnvVarsFilterGlobalRule
Global rule to filter freestyle Windows Batch step and also pipeline's one It will be triggered on dangerous characters present in variable's value. The action depends on the BatchSanitizerGlobalRule.EnvironmentSanitizerStandardMode configured.
See Also: