Uses of Interface
jenkins.tasks.filters.EnvVarsFilterableBuilder
Packages that use EnvVarsFilterableBuilder
Package
Description
-
Uses of EnvVarsFilterableBuilder in hudson
Fields in hudson declared as EnvVarsFilterableBuilderModifier and TypeFieldDescriptionprotected EnvVarsFilterableBuilder
Launcher.ProcStarter.envVarsFilterableBuilder
Represent the build step, either from legacy build process or from pipeline oneMethods in hudson that return EnvVarsFilterableBuilderMethods in hudson with parameters of type EnvVarsFilterableBuilderModifier and TypeMethodDescriptionLauncher.ProcStarter.buildStep
(EnvVarsFilterableBuilder envVarsFilterableBuilder) Specify the build step that want to run the command to enable the environment filtersvoid
Launcher.prepareFilterRules
(Run<?, ?> run, EnvVarsFilterableBuilder builder) Build the environment filter rules that will be applied on the environment variables -
Uses of EnvVarsFilterableBuilder in hudson.tasks
Classes in hudson.tasks that implement EnvVarsFilterableBuilderModifier and TypeClassDescriptionclass
Executes commands by using Windows batch file.class
class
Executes a series of commands by using a shell. -
Uses of EnvVarsFilterableBuilder in jenkins.tasks.filters
Method parameters in jenkins.tasks.filters with type arguments of type EnvVarsFilterableBuilderModifier and TypeMethodDescriptionstatic List<EnvVarsFilterLocalRuleDescriptor>
EnvVarsFilterLocalRuleDescriptor.allApplicableFor
(Class<? extends EnvVarsFilterableBuilder> builderClass) abstract boolean
EnvVarsFilterLocalRuleDescriptor.isApplicable
(Class<? extends EnvVarsFilterableBuilder> builderClass) -
Uses of EnvVarsFilterableBuilder in jenkins.tasks.filters.impl
Method parameters in jenkins.tasks.filters.impl with type arguments of type EnvVarsFilterableBuilderModifier and TypeMethodDescriptionboolean
RetainVariablesLocalRule.DescriptorImpl.isApplicable
(Class<? extends EnvVarsFilterableBuilder> builderClass)