Package org.apache.batchee.cli.command
Class StepExecutions
- java.lang.Object
-
- org.apache.batchee.cli.command.JobOperatorCommand
-
- org.apache.batchee.cli.command.StepExecutions
-
- All Implemented Interfaces:
Runnable
public class StepExecutions extends JobOperatorCommand
-
-
Field Summary
-
Fields inherited from class org.apache.batchee.cli.command.JobOperatorCommand
baseUrl, operator
-
-
Constructor Summary
Constructors Constructor Description StepExecutions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doRun()
StepExecutions
withId(long id)
StepExecutions
withOperator(javax.batch.operations.JobOperator operator)
-
Methods inherited from class org.apache.batchee.cli.command.JobOperatorCommand
info, operator, run
-
-
-
-
Method Detail
-
withId
public StepExecutions withId(long id)
-
withOperator
public StepExecutions withOperator(javax.batch.operations.JobOperator operator)
-
doRun
public void doRun()
- Specified by:
doRun
in classJobOperatorCommand
-
-