Interface EnvVarsFilterRule

All Superinterfaces:
Serializable
All Known Subinterfaces:
EnvVarsFilterGlobalRule, EnvVarsFilterLocalRule
All Known Implementing Classes:
RetainVariablesLocalRule

@Restricted(org.kohsuke.accmod.restrictions.Beta.class) public interface EnvVarsFilterRule extends Serializable
The order of execution of the rules is determined by first their type (local before global) and then, by default, their Extension.ordinal(), higher ordinal first, but configuration can customize the order.