Package | Description |
---|---|
org.springframework.batch.core.job.builder |
Modifier and Type | Method and Description |
---|---|
JobFlowBuilder |
JobBuilder.flow(Step step)
Create a new job builder that will execute a step or sequence of steps.
|
JobFlowBuilder |
SimpleJobBuilder.next(JobExecutionDecider decider)
Continue with this decider if the previous step was successful.
|
JobFlowBuilder |
JobBuilder.start(Flow flow)
Create a new job builder that will execute a flow.
|
JobFlowBuilder |
FlowJobBuilder.start(Flow flow)
Start a job with this flow, but expect to transition from there to other flows or steps.
|
JobFlowBuilder |
SimpleJobBuilder.start(JobExecutionDecider decider)
Start with this decider.
|
JobFlowBuilder |
FlowJobBuilder.start(Step step)
Start a job with this step, but expect to transition from there to other flows or steps.
|
Copyright © 2016 Pivotal. All rights reserved.