Root interface for all events that signal progress while executing an operation. For example, an operation can be the execution of a build, of a task, of a test, etc. A progress event can, for example, signal that a test has started, a task has finished, etc.
Type | Name and description |
---|---|
OperationDescriptor |
getDescriptor() Returns the description of the operation for which progress is reported. |
String |
getDisplayName() Returns a human consumable short description of the event. |
long |
getEventTime() Returns the time this event was triggered. |
Returns the description of the operation for which progress is reported.
Returns a human consumable short description of the event.
Returns the time this event was triggered.