@Restricted(value=org.kohsuke.accmod.restrictions.Beta.class) public interface EnvVarsFilterLocalRule extends Describable<EnvVarsFilterLocalRule>, EnvVarsFilterRule, ExtensionPoint, Serializable
The job types can be filtered using EnvVarsFilterLocalRuleDescriptor.isApplicable(Class)
The local rules are applied before the global ones.
ExtensionPoint.LegacyInstancesAreScopedToHudson
Modifier and Type | Method and Description |
---|---|
default EnvVarsFilterLocalRuleDescriptor |
getDescriptor()
Gets the descriptor for this instance.
|
filter, getDisplayName
default EnvVarsFilterLocalRuleDescriptor getDescriptor()
Describable
Descriptor
is a singleton for every concrete Describable
implementation, so if a.getClass() == b.getClass()
then by default
a.getDescriptor() == b.getDescriptor()
as well.
(In rare cases a single implementation class may be used for instances with distinct descriptors.)
getDescriptor
in interface Describable<EnvVarsFilterLocalRule>
Copyright © 2004–2021. All rights reserved.