Uses of Interface
jenkins.tasks.filters.EnvVarsFilterableBuilder
Package
Description
-
Uses of EnvVarsFilterableBuilder in hudson
Modifier and TypeFieldDescriptionprotected EnvVarsFilterableBuilder
Launcher.ProcStarter.envVarsFilterableBuilder
Represent the build step, either from legacy build process or from pipeline oneModifier 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
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionboolean
RetainVariablesLocalRule.DescriptorImpl.isApplicable
(Class<? extends EnvVarsFilterableBuilder> builderClass)