org.xwiki.job.event
Interface JobEvent

All Superinterfaces:
org.xwiki.observation.event.Event, Serializable
All Known Implementing Classes:
JobFinishedEvent, JobStartedEvent

@Unstable
public interface JobEvent
extends org.xwiki.observation.event.Event, Serializable

Common interface for job events.

Since:
4.0M1
Version:
$Id: 545d26abc4cbf742523007baf1de3e53f1095399 $

Method Summary
 List<String> getJobId()
           
 String getJobType()
           
 Request getRequest()
           
 
Methods inherited from interface org.xwiki.observation.event.Event
matches
 

Method Detail

getJobId

List<String> getJobId()
Returns:
the job id of the source job of this event
Since:
4.1M2

getJobType

String getJobType()
Returns:
the job type of the source job of this event

getRequest

Request getRequest()
Returns:
the request related to the source job of this event


Copyright © 2004–2014 XWiki. All rights reserved.