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 TypeClassDescriptionclassDeprecated.This feature is now end-of-life and will be removed in a future release.classDeprecated.This feature is now end-of-life and will be removed in a future release.Methods in org.springframework.cloud.task.batch.partition with parameters of type EnvironmentVariablesProviderModifier and TypeMethodDescriptionvoidDeployerPartitionHandler.setEnvironmentVariablesProvider(EnvironmentVariablesProvider environmentVariablesProvider) Deprecated.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) Deprecated.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) Deprecated.