Package | Description |
---|---|
org.xwiki.job |
Modifier and Type | Method and Description |
---|---|
JobStatus |
JobManager.getJobStatus(List<String> id)
Deprecated.
Return job status corresponding to the provided id from the current executed job or stored history.
|
JobStatus |
JobStatusStore.getJobStatus(List<String> id) |
JobStatus |
JobManager.getJobStatus(String id)
Deprecated.
Return job status corresponding to the provided id from the current executed job or stored history.
|
JobStatus |
Job.getStatus() |
Modifier and Type | Method and Description |
---|---|
void |
JobStatusStore.store(JobStatus status) |
void |
JobStatusStore.storeAsync(JobStatus status) |
Copyright © 2004–2015 XWiki. All rights reserved.