Package org.springframework.batch.test
Class ExecutionContextTestUtils
java.lang.Object
org.springframework.batch.test.ExecutionContextTestUtils
Convenience class for accessing
ExecutionContext values from job and step
executions.- Since:
- 2.1.4
- Author:
- Dave Syer, Mahmoud Ben Hassine, Taeik Lim
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> TgetValueFromJob(org.springframework.batch.core.JobExecution jobExecution, String key) static <T> TgetValueFromStep(org.springframework.batch.core.StepExecution stepExecution, String key) static <T> TgetValueFromStepInJob(org.springframework.batch.core.JobExecution jobExecution, String stepName, String key)
-
Method Details