Uses of Class
jenkins.tasks.filters.EnvVarsFilterException
-
Packages that use EnvVarsFilterException Package Description jenkins.tasks.filters -
-
Uses of EnvVarsFilterException in jenkins.tasks.filters
Methods in jenkins.tasks.filters that return EnvVarsFilterException Modifier and Type Method Description EnvVarsFilterException
EnvVarsFilterException. withRule(EnvVarsFilterRule rule)
EnvVarsFilterException
EnvVarsFilterException. withVariable(String variableName)
Methods in jenkins.tasks.filters that throw EnvVarsFilterException 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
.void
EnvVarsFilterRuleWrapper. filter(EnvVars envVars, Launcher launcher, TaskListener listener)
-