@Unstable public interface GroupedJob extends Job
The GroupedJob return a group hierarchy interpreted as follow:
GroupedJob from group ["group", "subgroup"] won't be executed at the same time of another
GroupedJob from group ["group", "subgroup"]
GroupedJob from group ["group", "subgroup1"] can be executed at the same time of a GroupedJob
from group ["group", "subgroup2"]
GroupedJob from group ["group", "subgroup"] won't be executed at the same time of a GroupedJob
from group ["group"]
| Modifier and Type | Method and Description |
|---|---|
JobGroupPath |
getGroupPath() |
getRequest, getStatus, getType, initialize, join, join, startJobGroupPath getGroupPath()
Copyright © 2004–2017 XWiki. All rights reserved.