Interface ReleaseExecutedEvent

All Superinterfaces:
ReleaseEvent, ReleaseExecutionEvent, XLReleaseEvent
All Known Implementing Classes:
ReleaseAbortedEvent, ReleaseCompletedEvent

public interface ReleaseExecutedEvent extends ReleaseExecutionEvent
A parent event published when a release is finished: completed or aborted. So this is an instance of either ReleaseCompletedEvent or ReleaseAbortedEvent.