Uses of Interface
jenkins.tasks.filters.EnvVarsFilterLocalRule
-
Packages that use EnvVarsFilterLocalRule Package Description hudson.tasks jenkins.tasks.filters jenkins.tasks.filters.impl -
-
Uses of EnvVarsFilterLocalRule in hudson.tasks
Fields in hudson.tasks with type parameters of type EnvVarsFilterLocalRule Modifier and Type Field Description protected List<EnvVarsFilterLocalRule>
CommandInterpreter. configuredLocalRules
List of configured environment filter rulesMethods in hudson.tasks that return types with arguments of type EnvVarsFilterLocalRule Modifier and Type Method Description List<EnvVarsFilterLocalRule>
CommandInterpreter. buildEnvVarsFilterRules()
List<EnvVarsFilterLocalRule>
CommandInterpreter. getConfiguredLocalRules()
Method parameters in hudson.tasks with type arguments of type EnvVarsFilterLocalRule Modifier and Type Method Description void
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 EnvVarsFilterLocalRule Modifier and Type Method Description default List<EnvVarsFilterLocalRule>
EnvVarsFilterableBuilder. buildEnvVarsFilterRules()
The order is respected for the execution.Method parameters in jenkins.tasks.filters with type arguments of type EnvVarsFilterLocalRule Modifier and Type Method Description static 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 EnvVarsFilterLocalRule Modifier and Type Class Description class
RetainVariablesLocalRule
Local rule that removes all the non-retained variables for that step.
-