public class JobFinishingEvent extends Object
The event also send the following parameters:
| Constructor and Description |
|---|
JobFinishingEvent()
Default constructor.
|
JobFinishingEvent(List<String> jobId,
String jobType,
Request request) |
JobFinishingEvent(String jobId) |
JobFinishingEvent(String jobId,
String jobType,
Request request) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getJobId() |
String |
getJobType() |
Request |
getRequest() |
boolean |
matches(Object event) |
public JobFinishingEvent()
public JobFinishingEvent(String jobId)
jobId - the event related job idpublic JobFinishingEvent(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.