Uses of Package
jenkins.tasks.filters
Package
Description
-
ClassDescriptionBuilder step that wants to integrate local environment filter rules should implement this interfaceHelper class that provide the list of rules (local + global) for a given builder.
-
ClassDescriptionBuilder step that wants to integrate local environment filter rules should implement this interfaceEnvironment variables filter rule that is specific to a job configuration, using script-specific variables, etc.Descriptor for the local rule.
-
ClassDescriptionBuilder step that wants to integrate local environment filter rules should implement this interfaceException that occurs during the environment filtering process, with helper to track the source.Configuration of the filter rules that are applied globally, after filtering which rule applies on which builderEnvironment variables filter rule that is configured globally for all jobs.Environment variables filter rule that is specific to a job configuration, using script-specific variables, etc.Descriptor for the local rule.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.Information that is used for the environment filtering process.Helper class that provide the list of rules (local + global) for a given builder. -
ClassDescriptionBuilder step that wants to integrate local environment filter rules should implement this interfaceEnvironment variables filter rule that is specific to a job configuration, using script-specific variables, etc.Descriptor for the local rule.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.Information that is used for the environment filtering process.