Interface InternalProgressEvent
-
- All Superinterfaces:
InternalProtocolInterface
- All Known Subinterfaces:
InternalOperationFinishedProgressEvent,InternalOperationStartedProgressEvent,InternalTestFinishedProgressEvent,InternalTestOutputEvent,InternalTestProgressEvent,InternalTestStartedProgressEvent
public interface InternalProgressEvent extends InternalProtocolInterface
DO NOT CHANGE THIS INTERFACE. It is part of the cross-version protocol.- Since:
- 2.5
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InternalOperationDescriptorgetDescriptor()Returns the description of the operation for which progress is reported.java.lang.StringgetDisplayName()Returns a human consumable display name for this event.longgetEventTime()Returns the time when the event happened.
-
-
-
Method Detail
-
getEventTime
long getEventTime()
Returns the time when the event happened.- Returns:
- The event time
-
getDisplayName
java.lang.String getDisplayName()
Returns a human consumable display name for this event.
-
getDescriptor
InternalOperationDescriptor getDescriptor()
Returns the description of the operation for which progress is reported.- Returns:
- The build description
-
-