Uses of Class
jenkins.tasks.filters.EnvVarsFilterException
-
Uses of EnvVarsFilterException in jenkins.tasks.filters
Modifier and TypeMethodDescriptionEnvVarsFilterException.withRule
(EnvVarsFilterRule rule) EnvVarsFilterException.withVariable
(String variableName) Modifier and TypeMethodDescriptionvoid
EnvVarsFilterRule.filter
(EnvVars envVars, EnvVarsFilterRuleContext context) In case the filter detects something that must stop the build, it must throw aEnvVarsFilterException
.void
EnvVarsFilterRuleWrapper.filter
(EnvVars envVars, Launcher launcher, TaskListener listener)