public class JobFinishedEvent extends Object implements org.xwiki.observation.event.EndEvent
The event also send the following parameters:
| Constructor and Description |
|---|
JobFinishedEvent()
Default constructor.
|
JobFinishedEvent(List<String> jobId,
String jobType,
Request request) |
JobFinishedEvent(String jobId) |
JobFinishedEvent(String jobId,
String jobType,
Request request) |
public JobFinishedEvent()
public JobFinishedEvent(String jobId)
jobId - the event related job idpublic JobFinishedEvent(String jobId, String jobType, Request request)
jobId - the event related job idjobType - the event related job typerequest - the event related job requestpublic String getJobType()
getJobType in interface JobEventpublic Request getRequest()
getRequest in interface JobEventpublic boolean matches(Object event)
matches in interface org.xwiki.observation.event.EventCopyright © 2004–2017 XWiki. All rights reserved.