@Restricted(value=org.kohsuke.accmod.restrictions.Beta.class) public interface EnvVarsFilterRule extends Serializable
Extension.ordinal()
, higher ordinal first, but configuration can customize the order.Modifier and Type | Method and Description |
---|---|
void |
filter(EnvVars envVars,
EnvVarsFilterRuleContext context)
In case the filter detects something that must stop the build, it must throw a
EnvVarsFilterException . |
default String |
getDisplayName() |
void filter(@NonNull EnvVars envVars, @NonNull EnvVarsFilterRuleContext context) throws EnvVarsFilterException
EnvVarsFilterException
.
This method may be executed on agents through a remoting channel.EnvVarsFilterException
default String getDisplayName()
Copyright © 2004–2021. All rights reserved.