| Class | Description |
|---|---|
| ComposedRunnerJobFactory |
Genererates a Composed Task Job Flow.
|
| ComposedRunnerVisitor |
Creates a stack of task executions from a composed task DSL.
|
| ComposedTaskRunner |
Accepts a composed task DSL via the command line args and executes the
tasks based on the DSL.
|
| ComposedTaskRunnerConfiguration |
Configures the Job that will execute the Composed Task Execution.
|
| ComposedTaskRunnerStepFactory |
FactoryBean that creates a Spring Batch Step that executes a configured
TaskLaunchTasklet.
|
| ComposedTaskStepExecutionListener |
Listener for the TaskLauncherTasklet that waits for the task to complete
and sets the appropriate result for this step based on the launched task
exit code.
|
| DataFlowConfiguration |
Configures the beans required for Connectivity to the Data Flow Server.
|
| StepBeanDefinitionRegistrar |
Creates the Steps necessary to execute the directed graph of a Composed
Task.
|
| TaskLauncherTasklet |
Executes task launch request using Spring Cloud Data Flow's Restful API
then returns the execution id once the task launched.
|
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.