@NonNullApi
JobStep and related components.See: Description
| Interface | Description |
|---|---|
| JobParametersExtractor |
Strategy interface for translating a
StepExecution into
JobParameters. |
| Class | Description |
|---|---|
| DefaultJobParametersExtractor |
Simple implementation of
JobParametersExtractor which pulls
parameters with named keys out of the step execution context and the job
parameters of the surrounding job. |
| JobStep |
JobStep and related components.