Interface IEvent
-
- All Known Subinterfaces:
IBuildEvent,IComputerEvent,ISecurityEvent
- All Known Implementing Classes:
AbstractBuildEvent,AbstractEvent,BuildEventCollectorImpl,ComputerEventCollectorImpl,SecurityEventCollectorImpl
public interface IEvent
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIEvent.AlertTypestatic classIEvent.Priority
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IEvent.AlertTypegetAlertType()LonggetDate()StringgetEventType()StringgetHost()StringgetNodeName()IEvent.PrioritygetPriority()StringgetText()StringgetTitle()
-
-
-
Method Detail
-
getDate
Long getDate()
-
getText
String getText()
-
getHost
String getHost()
-
getTitle
String getTitle()
-
getNodeName
String getNodeName()
-
getEventType
String getEventType()
-
getPriority
IEvent.Priority getPriority()
-
getAlertType
IEvent.AlertType getAlertType()
-
-