FinishEvent, StartEvent, StatusEvent, TaskFinishEvent, TaskProgressEvent, TaskStartEvent, TestFinishEvent, TestProgressEvent, TestStartEventpublic interface ProgressEvent
| Modifier and Type | Method | Description | 
|---|---|---|
| OperationDescriptor | getDescriptor() | Returns the description of the operation for which progress is reported. | 
| java.lang.String | getDisplayName() | Returns a human consumable short description of the event. | 
| long | getEventTime() | Returns the time this event was triggered. | 
long getEventTime()
java.lang.String getDisplayName()
OperationDescriptor getDescriptor()