Interface JobParametersExtractor
- All Known Implementing Classes:
DefaultJobParametersExtractor
public interface JobParametersExtractor
Strategy interface for translating a
StepExecution into
JobParameters.- Author:
- Dave Syer
-
Method Summary
Modifier and TypeMethodDescriptiongetJobParameters(Job job, StepExecution stepExecution) Extract job parameters from the step execution, for example from the execution context or other properties.
-
Method Details
-
getJobParameters
Extract job parameters from the step execution, for example from the execution context or other properties.- Parameters:
job- aJobstepExecution- aStepExecution- Returns:
- some
JobParameters
-