| Package | Description |
|---|---|
| org.springframework.batch.core.job |
Specific implementations of job concerns.
|
| org.springframework.batch.core.job.flow | |
| org.springframework.batch.test |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleJob
Simple implementation of
Job interface providing the ability to run a
JobExecution. |
| Modifier and Type | Class and Description |
|---|---|
class |
FlowJob
Implementation of the
Job interface that allows for complex flows of
steps, rather than requiring sequential execution. |
| Modifier and Type | Method and Description |
|---|---|
AbstractJob |
AbstractJobTests.getJob()
Deprecated.
|
Copyright © 2021 Pivotal. All rights reserved.