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 JobEvent
public Request getRequest()
getRequest
in interface JobEvent
public boolean matches(Object event)
matches
in interface org.xwiki.observation.event.Event
Copyright © 2004–2021 XWiki. All rights reserved.