Interface | Description |
---|---|
EnvVarsFilterableBuilder |
Builder step that wants to integrate local environment filter rules should implement this interface
|
EnvVarsFilterGlobalRule |
Environment variables filter rule that is configured globally for all jobs.
|
EnvVarsFilterLocalRule |
Environment variables filter rule that is specific to a job configuration, using script-specific variables, etc.
|
EnvVarsFilterRule |
The order of execution of the rules is determined by first their type (local before global)
and then, by default, their
Extension.ordinal() , higher ordinal first, but configuration can customize the order. |
Class | Description |
---|---|
EnvVarsFilterGlobalConfiguration |
Configuration of the filter rules that are applied globally,
after filtering which rule applies on which builder
|
EnvVarsFilterLocalRuleDescriptor |
Descriptor for the local rule.
|
EnvVarsFilterRuleContext |
Information that is used for the environment filtering process.
|
EnvVarsFilterRuleWrapper |
Helper class that provide the list of rules (local + global) for a given builder.
|
Exception | Description |
---|---|
EnvVarsFilterException |
Exception that occurs during the environment filtering process, with helper to track the source.
|
Copyright © 2004–2022. All rights reserved.