Package org.apache.batchee.test
Class StepLauncher.Result
- java.lang.Object
-
- org.apache.batchee.test.StepLauncher.Result
-
- Enclosing class:
- StepLauncher
public static class StepLauncher.Result extends Object
-
-
Constructor Summary
Constructors Constructor Description Result(StepContextImpl stepContext, RuntimeJobExecution jobExecution, PersistenceManagerService persistenceManagerService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.batch.runtime.JobExecution
jobExecution()
javax.batch.runtime.StepExecution
stepExecution()
-
-
-
Constructor Detail
-
Result
public Result(StepContextImpl stepContext, RuntimeJobExecution jobExecution, PersistenceManagerService persistenceManagerService)
-
-