| Package | Description |
|---|---|
| org.springframework.batch.core.job.builder |
| Modifier and Type | Class and Description |
|---|---|
class |
JobBuilderHelper<B extends JobBuilderHelper<B>>
A base class and utility for other job builders providing access to common properties like job repository.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FlowJobBuilder
A job builder for
FlowJob instances. |
class |
JobBuilder
Convenience for building jobs of various kinds.
|
class |
SimpleJobBuilder |
| Constructor and Description |
|---|
FlowJobBuilder(JobBuilderHelper<?> parent)
Create a new builder initialized with any properties in the parent.
|
JobBuilderHelper(JobBuilderHelper<?> parent)
Create a new builder initialized with any properties in the parent.
|
SimpleJobBuilder(JobBuilderHelper<?> parent)
Create a new builder initialized with any properties in the parent.
|
Copyright © 2014. All rights reserved.