Package | Description |
---|---|
jenkins.tasks.filters |
Modifier and Type | Method and Description |
---|---|
EnvVarsFilterException |
EnvVarsFilterException.withRule(EnvVarsFilterRule rule) |
EnvVarsFilterException |
EnvVarsFilterException.withVariable(String variableName) |
Modifier and Type | Method and Description |
---|---|
void |
EnvVarsFilterRule.filter(EnvVars envVars,
EnvVarsFilterRuleContext context)
In case the filter detects something that must stop the build, it must throw a
EnvVarsFilterException . |
void |
EnvVarsFilterRuleWrapper.filter(EnvVars envVars,
Launcher launcher,
TaskListener listener) |
Copyright © 2004–2022. All rights reserved.