Uses of Class
jenkins.tasks.filters.EnvVarsFilterRuleContext
-
Packages that use EnvVarsFilterRuleContext Package Description jenkins.tasks.filters jenkins.tasks.filters.impl -
-
Uses of EnvVarsFilterRuleContext in jenkins.tasks.filters
Methods in jenkins.tasks.filters with parameters of type EnvVarsFilterRuleContext Modifier and Type Method Description void
EnvVarsFilterRule. filter(EnvVars envVars, EnvVarsFilterRuleContext context)
In case the filter detects something that must stop the build, it must throw aEnvVarsFilterException
. -
Uses of EnvVarsFilterRuleContext in jenkins.tasks.filters.impl
Methods in jenkins.tasks.filters.impl with parameters of type EnvVarsFilterRuleContext Modifier and Type Method Description void
RetainVariablesLocalRule. filter(EnvVars envVars, EnvVarsFilterRuleContext context)
-