Changes for page Job Module

Last modified by Mathieu Pace on 2023/10/10 11:46

<
From version < 14.1 >
edited by Thomas Mortagne
on 2014/11/15 12:50
To version < 15.1 >
edited by Thomas Mortagne
on 2015/01/20 17:31
>
Change comment: There is no comment for this version

Summary

Details

ExtensionCode.ExtensionClass[0]
Description
... ... @@ -41,7 +41,7 @@
41 41  
42 42  To register a new job that anyone can then use in ##JobExecutor## or ##JobManager## you need to register a component with role ##org.xwiki.job.Job## and a unique role hint.
43 43  
44 -Since 6.1 a Job can also implement ##org.xwiki.job.GroupedJob## to indicate indicate which group this job is part of. In a group jobs are executed in the same thread one by one by ##JobExecutor##.
44 +Since 6.1 a Job can also implement ##org.xwiki.job.GroupedJob## to indicate which group this job is part of. In a group jobs are executed in the same thread one by one by ##JobExecutor##.
45 45  
46 46  = Use custom job =
47 47  

Get Connected