Uses of Class
jenkins.tasks.filters.EnvVarsFilterException
Packages that use EnvVarsFilterException
-
Uses of EnvVarsFilterException in jenkins.tasks.filters
Methods in jenkins.tasks.filters that return EnvVarsFilterExceptionModifier and TypeMethodDescriptionEnvVarsFilterException.withRule
(EnvVarsFilterRule rule) EnvVarsFilterException.withVariable
(String variableName) Methods in jenkins.tasks.filters that throw EnvVarsFilterExceptionModifier 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)