Uses of Interface
jenkins.tasks.filters.EnvVarsFilterableBuilder
-
Packages that use EnvVarsFilterableBuilder Package Description hudson hudson.tasks jenkins.tasks.filters jenkins.tasks.filters.impl -
-
Uses of EnvVarsFilterableBuilder in hudson
Fields in hudson declared as EnvVarsFilterableBuilder Modifier and Type Field Description protected EnvVarsFilterableBuilder
Launcher.ProcStarter. envVarsFilterableBuilder
Represent the build step, either from legacy build process or from pipeline oneMethods in hudson that return EnvVarsFilterableBuilder Modifier and Type Method Description EnvVarsFilterableBuilder
Launcher.ProcStarter. buildStep()
Methods in hudson with parameters of type EnvVarsFilterableBuilder Modifier and Type Method Description Launcher.ProcStarter
Launcher.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 EnvVarsFilterableBuilder Modifier and Type Class Description class
BatchFile
Executes commands by using Windows batch file.class
CommandInterpreter
class
Shell
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 EnvVarsFilterableBuilder Modifier and Type Method Description static 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 EnvVarsFilterableBuilder Modifier and Type Method Description boolean
RetainVariablesLocalRule.DescriptorImpl. isApplicable(Class<? extends EnvVarsFilterableBuilder> builderClass)
-