public interface ExternalSystemStatusEvent<T extends OperationDescriptor> extends ExternalSystemProgressEvent<T>
Modifier and Type | Method and Description |
---|---|
long |
getProgress()
The amount of work already performed by the build operation.
|
long |
getTotal()
The total amount of work that the build operation is in the progress of performing, or -1 if not known.
|
java.lang.String |
getUnit()
The measure used to express the amount of work.
|
getDescriptor, getDisplayName, getEventId, getEventTime, getParentEventId
long getProgress()
long getTotal()
java.lang.String getUnit()