Skip to content

Commit acc48a3

Browse files
committed
Document requirements to use CommandLineJobOperator
Resolves #5026
1 parent 0d1b5b1 commit acc48a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-batch-docs/modules/ROOT/pages/job/running.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The following table describes the required arguments:
5050
|`jobClass`|The fully qualified name of the job configuration class used to
5151
create an `ApplicationContext`. This file
5252
should contain everything needed to run the complete
53-
`Job`.
53+
`Job`, including a `JobOperator`, a `JobRepository` and a `JobRegistry` populated with the jobs to operate.
5454
|`operation`|The name of the operation to execute on the job. Can be one of [`start`, `startNextInstance`, `stop`, `restart`, `abandon`]
5555
|`jobName` or `jobExecutionId`|Depending on the operation, this can be the name of the job to start or the execution ID of the job to stop, restart or abandon.
5656
|===============

0 commit comments

Comments
 (0)