Class EnvVarsFilterLocalRuleDescriptor

  • All Implemented Interfaces:
    Saveable, Loadable, OnMaster
    Direct Known Subclasses:
    RetainVariablesLocalRule.DescriptorImpl

    @Restricted(org.kohsuke.accmod.restrictions.Beta.class)
    public abstract class EnvVarsFilterLocalRuleDescriptor
    extends Descriptor<EnvVarsFilterLocalRule>
    Descriptor for the local rule. Compared to the global rule, it's the descriptor that determine if the rule is applicable to a given builder and then applied every time.

    For global rule it's the inverse, the rule itself determines when it's applicable.

    Since:
    2.246