Uses of Interface
org.springframework.cloud.task.batch.partition.EnvironmentVariablesProvider
Packages that use EnvironmentVariablesProvider
-
Uses of EnvironmentVariablesProvider in org.springframework.cloud.task.batch.partition
Classes in org.springframework.cloud.task.batch.partition that implement EnvironmentVariablesProviderModifier and TypeClassDescriptionclass
A simple no-op implementation of theEnvironmentVariablesProvider
.class
Copies all existing environment variables as made available in theEnvironment
only if includeCurrentEnvironment is set to true (default).Methods in org.springframework.cloud.task.batch.partition with parameters of type EnvironmentVariablesProviderModifier and TypeMethodDescriptionvoid
DeployerPartitionHandler.setEnvironmentVariablesProvider
(EnvironmentVariablesProvider environmentVariablesProvider) Used to provide any environment variables to be set on each worker launched.Constructors in org.springframework.cloud.task.batch.partition with parameters of type EnvironmentVariablesProviderModifierConstructorDescriptionTaskLauncherHandler
(CommandLineArgsProvider commandLineArgsProvider, TaskRepository taskRepository, boolean defaultArgsAsEnvironmentVars, String stepName, TaskExecution taskExecution, EnvironmentVariablesProvider environmentVariablesProvider, org.springframework.core.io.Resource resource, Map<String, String> deploymentProperties, org.springframework.cloud.deployer.spi.task.TaskLauncher taskLauncher, String applicationName) TaskLauncherHandler
(CommandLineArgsProvider commandLineArgsProvider, TaskRepository taskRepository, boolean defaultArgsAsEnvironmentVars, String stepName, TaskExecution taskExecution, EnvironmentVariablesProvider environmentVariablesProvider, org.springframework.core.io.Resource resource, Map<String, String> deploymentProperties, org.springframework.cloud.deployer.spi.task.TaskLauncher taskLauncher, String applicationName, org.springframework.batch.core.StepExecution workerStepExecution)