Package | Description |
---|---|
org.springframework.batch.core.job.builder |
Modifier and Type | Method and Description |
---|---|
FlowBuilder.TransitionBuilder<Q> |
FlowBuilder.on(String pattern)
Start a transition to a new state if the exit status from the previous state matches the pattern given.
|
FlowBuilder.TransitionBuilder<Q> |
FlowBuilder.UnterminatedFlowBuilder.on(String pattern)
Start a transition to a new state if the exit status from the previous state matches the pattern given.
|
FlowBuilder.TransitionBuilder<FlowJobBuilder> |
SimpleJobBuilder.on(String pattern)
Branch into a flow conditional on the outcome of the current step.
|
Copyright © 2017 Pivotal. All rights reserved.