Uses of Package
jenkins.tasks.filters
-
Packages that use jenkins.tasks.filters Package Description hudson hudson.tasks jenkins.tasks.filters jenkins.tasks.filters.impl -
Classes in jenkins.tasks.filters used by hudson Class Description EnvVarsFilterableBuilder Builder step that wants to integrate local environment filter rules should implement this interfaceEnvVarsFilterRuleWrapper Helper class that provide the list of rules (local + global) for a given builder. -
Classes in jenkins.tasks.filters used by hudson.tasks Class Description EnvVarsFilterableBuilder Builder step that wants to integrate local environment filter rules should implement this interfaceEnvVarsFilterLocalRule Environment variables filter rule that is specific to a job configuration, using script-specific variables, etc.EnvVarsFilterLocalRuleDescriptor Descriptor for the local rule. -
Classes in jenkins.tasks.filters used by jenkins.tasks.filters Class Description EnvVarsFilterableBuilder Builder step that wants to integrate local environment filter rules should implement this interfaceEnvVarsFilterException Exception that occurs during the environment filtering process, with helper to track the source.EnvVarsFilterGlobalConfiguration Configuration of the filter rules that are applied globally, after filtering which rule applies on which builderEnvVarsFilterGlobalRule 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.EnvVarsFilterLocalRuleDescriptor Descriptor for the local rule.EnvVarsFilterRule The order of execution of the rules is determined by first their type (local before global) and then, by default, theirExtension.ordinal()
, higher ordinal first, but configuration can customize the order.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. -
Classes in jenkins.tasks.filters used by jenkins.tasks.filters.impl Class Description EnvVarsFilterableBuilder Builder step that wants to integrate local environment filter rules should implement this interfaceEnvVarsFilterLocalRule Environment variables filter rule that is specific to a job configuration, using script-specific variables, etc.EnvVarsFilterLocalRuleDescriptor Descriptor for the local rule.EnvVarsFilterRule The order of execution of the rules is determined by first their type (local before global) and then, by default, theirExtension.ordinal()
, higher ordinal first, but configuration can customize the order.EnvVarsFilterRuleContext Information that is used for the environment filtering process.