Uses of Interface
jenkins.tasks.filters.EnvVarsFilterLocalRule
Packages that use EnvVarsFilterLocalRule
Package
Description
-
Uses of EnvVarsFilterLocalRule in hudson.tasks
Fields in hudson.tasks with type parameters of type EnvVarsFilterLocalRuleModifier and TypeFieldDescriptionprotected List<EnvVarsFilterLocalRule>
CommandInterpreter.configuredLocalRules
List of configured environment filter rulesMethods in hudson.tasks that return types with arguments of type EnvVarsFilterLocalRuleModifier and TypeMethodDescriptionCommandInterpreter.buildEnvVarsFilterRules()
CommandInterpreter.getConfiguredLocalRules()
Method parameters in hudson.tasks with type arguments of type EnvVarsFilterLocalRuleModifier and TypeMethodDescriptionvoid
BatchFile.setConfiguredLocalRules
(List<EnvVarsFilterLocalRule> configuredLocalRules) Set local environment variable filter rulesvoid
Shell.setConfiguredLocalRules
(List<EnvVarsFilterLocalRule> configuredLocalRules) Set local environment variable filter rules -
Uses of EnvVarsFilterLocalRule in jenkins.tasks.filters
Methods in jenkins.tasks.filters that return types with arguments of type EnvVarsFilterLocalRuleModifier and TypeMethodDescriptiondefault List<EnvVarsFilterLocalRule>
EnvVarsFilterableBuilder.buildEnvVarsFilterRules()
The order is respected for the execution.Method parameters in jenkins.tasks.filters with type arguments of type EnvVarsFilterLocalRuleModifier and TypeMethodDescriptionstatic EnvVarsFilterRuleWrapper
EnvVarsFilterRuleWrapper.createRuleWrapper
(Run<?, ?> run, Object builder, Launcher launcher, List<EnvVarsFilterLocalRule> localRules) -
Uses of EnvVarsFilterLocalRule in jenkins.tasks.filters.impl
Classes in jenkins.tasks.filters.impl that implement EnvVarsFilterLocalRuleModifier and TypeClassDescriptionclass
Local rule that removes all the non-retained variables for that step.