Interface ReleaseExecutionEvent
- All Superinterfaces:
ReleaseEvent
,XLReleaseEvent
- All Known Subinterfaces:
ReleaseExecutedEvent
- All Known Implementing Classes:
ReleaseAbortedEvent
,ReleaseCompletedEvent
,ReleaseFailedEvent
,ReleasePausedEvent
,ReleaseResumedEvent
,ReleaseRetriedEvent
,ReleaseStartedEvent
,ReleaseStartedFailingEvent
Common interface for events when the release status changes.
-
Method Summary
Methods inherited from interface com.xebialabs.xlrelease.domain.events.XLReleaseEvent
timeMs, timestamp, username, username_$eq
-
Method Details
-
release
Release release()The release of which status has changed.- Returns:
- (undocumented)
-