Package com.polarion.platform.jobs
Interface IJobLogEvent
- All Superinterfaces:
ILogEvent
Extension to
ILogEvent which allows to track which jobs
send what events.- Version:
- $Revision$ $Date$
- Author:
- Stepan Roh, Polarion Software
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.polarion.platform.jobs.ILogEvent
ILogEvent.LogEventSeverity -
Method Summary
Methods inherited from interface com.polarion.platform.jobs.ILogEvent
getMessage, getSeverity, getThreadName, getThrowable, getTimestamp
-
Method Details
-
getJob
IJob getJob()Job which send this event (if any).- Returns:
- job or
nullif unknown
-