Interface IJobLogEvent

All Superinterfaces:
ILogEvent

public interface IJobLogEvent extends ILogEvent
Extension to ILogEvent which allows to track which jobs send what events.
Version:
$Revision$ $Date$
Author:
Stepan Roh, Polarion Software
  • Method Details

    • getJob

      IJob getJob()
      Job which send this event (if any).
      Returns:
      job or null if unknown