Uses of Interface
jenkins.tasks.filters.EnvVarsFilterRule
-
Packages that use EnvVarsFilterRule Package Description jenkins.tasks.filters jenkins.tasks.filters.impl -
-
Uses of EnvVarsFilterRule in jenkins.tasks.filters
Subinterfaces of EnvVarsFilterRule in jenkins.tasks.filters Modifier and Type Interface Description interface
EnvVarsFilterGlobalRule
Environment variables filter rule that is configured globally for all jobs.interface
EnvVarsFilterLocalRule
Environment variables filter rule that is specific to a job configuration, using script-specific variables, etc.Methods in jenkins.tasks.filters that return EnvVarsFilterRule Modifier and Type Method Description EnvVarsFilterRule
EnvVarsFilterException. getRule()
Methods in jenkins.tasks.filters with parameters of type EnvVarsFilterRule Modifier and Type Method Description EnvVarsFilterException
EnvVarsFilterException. withRule(EnvVarsFilterRule rule)
Constructor parameters in jenkins.tasks.filters with type arguments of type EnvVarsFilterRule Constructor Description EnvVarsFilterRuleWrapper(List<EnvVarsFilterRule> rules)
-
Uses of EnvVarsFilterRule in jenkins.tasks.filters.impl
Classes in jenkins.tasks.filters.impl that implement EnvVarsFilterRule Modifier and Type Class Description class
RetainVariablesLocalRule
Local rule that removes all the non-retained variables for that step.
-