@Restricted(value=org.kohsuke.accmod.restrictions.Beta.class)
public interface EnvVarsFilterableBuilder
Modifier and Type | Method and Description |
---|---|
default List<EnvVarsFilterLocalRule> |
buildEnvVarsFilterRules()
The order is respected for the execution.
|
@NonNull default List<EnvVarsFilterLocalRule> buildEnvVarsFilterRules()
EnvVarsFilterRuleContext
.
The default implementation returns an empty list; this allows build steps to support global rules.Copyright © 2004–2021. All rights reserved.