- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
-
- All Superinterfaces:
- org.xwiki.observation.event.Event, Serializable
- All Known Implementing Classes:
- JobFinishedEvent, JobStartedEvent
public interface JobEvent
extends org.xwiki.observation.event.Event, Serializable
Common interface for job events.
- Since:
- 4.0M1
- Version:
- $Id: 25f6ab9ba7db8bd1c5329e7b09bb6d855d3251fe $
-
-
Method Summary
-
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
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 2004–2015 XWiki. All rights reserved.