Package | Description |
---|---|
org.springframework.batch.core |
Core domain context for Spring Batch covering jobs, steps,
configuration and execution abstractions.
|
org.springframework.batch.core.configuration.support |
Specific implementations of configuration concerns.
|
org.springframework.batch.core.job |
Specific implementations of job concerns.
|
org.springframework.batch.core.launch.support |
Support classes for use in bootstrap and launch implementations or configurations.
|
org.springframework.batch.test |
Modifier and Type | Method and Description |
---|---|
JobParametersIncrementer |
Job.getJobParametersIncrementer()
If clients need to generate new parameters for the next execution in a
sequence they can use this incrementer.
|
Modifier and Type | Method and Description |
---|---|
JobParametersIncrementer |
GroupAwareJob.getJobParametersIncrementer() |
Modifier and Type | Method and Description |
---|---|
JobParametersIncrementer |
AbstractJob.getJobParametersIncrementer() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractJob.setJobParametersIncrementer(JobParametersIncrementer jobParametersIncrementer)
Public setter for the
JobParametersIncrementer . |
Modifier and Type | Class and Description |
---|---|
class |
RunIdIncrementer |
Modifier and Type | Method and Description |
---|---|
void |
JobRepositoryTestUtils.setJobParametersIncrementer(JobParametersIncrementer jobParametersIncrementer) |
Copyright © 2013 SpringSource. All rights reserved.