-
class
class
Copies all existing environment variables as made available in the Environment
only if includeCurrentEnvironment is set to true (default).
void
Used to provide any environment variables to be set on each worker launched.
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)
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)