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> @Nullable T
getValueFromJob
(JobExecution jobExecution, String key) static <T> @Nullable T
getValueFromStep
(StepExecution stepExecution, String key) static <T> @Nullable T
getValueFromStepInJob
(JobExecution jobExecution, String stepName, String key)
-
Method Details
-
getValueFromJob
-
getValueFromStepInJob
public static <T> @Nullable T getValueFromStepInJob(JobExecution jobExecution, String stepName, String key) -
getValueFromStep
-