Interface ReleaseExecutionEvent

All Superinterfaces:
ReleaseEvent, XLReleaseEvent
All Known Subinterfaces:
ReleaseExecutedEvent
All Known Implementing Classes:
ReleaseAbortedEvent, ReleaseCompletedEvent, ReleaseFailedEvent, ReleasePausedEvent, ReleaseResumedEvent, ReleaseRetriedEvent, ReleaseStartedEvent, ReleaseStartedFailingEvent

public interface ReleaseExecutionEvent extends ReleaseEvent
Common interface for events when the release status changes.
  • Method Details

    • release

      Release release()
      The release of which status has changed.
      Returns:
      (undocumented)