Class DeciderTestsDecider
- java.lang.Object
-
- com.ibm.jbatch.tck.artifacts.specialized.DeciderTestsDecider
-
- All Implemented Interfaces:
StatusConstants
,jakarta.batch.api.Decider
@Named public class DeciderTestsDecider extends Object implements jakarta.batch.api.Decider, StatusConstants
-
-
Field Summary
Fields Modifier and Type Field Description static String
SPECIAL_EXIT_STATUS
-
Fields inherited from interface com.ibm.jbatch.tck.artifacts.common.StatusConstants
A_STEP_RAN, GOOD_JOB_EXIT_STATUS, GOOD_STEP_EXIT_STATUS, UNEXPECTED
-
-
Constructor Summary
Constructors Constructor Description DeciderTestsDecider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
decide(jakarta.batch.runtime.StepExecution[] stepExecutions)
-
-
-
Field Detail
-
SPECIAL_EXIT_STATUS
public static final String SPECIAL_EXIT_STATUS
- See Also:
- Constant Field Values
-
-