| Interface | Description |
|---|---|
| EnvironmentVariablesProvider |
Strategy interface to allow for advanced configuration of environment variables for
each worker in a partitioned job.
|
| Class | Description |
|---|---|
| DeployerPartitionHandler |
A
PartitionHandler implementation that delegates to a TaskLauncher for
each of the workers. |
| DeployerStepExecutionHandler |
A
CommandLineRunner used to execute a Step. |
| NoOpEnvironmentVariablesProvider |
A simple no-op implementation of the
EnvironmentVariablesProvider. |
| SimpleEnvironmentVariablesProvider |
Copies all existing environment variables as made available in the
Environment. |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.