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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Release
release()
The release of which status has changed.-
Methods inherited from interface com.xebialabs.xlrelease.domain.events.XLReleaseEvent
timeMs, timestamp, username, username_$eq
-
-
-
-
Method Detail
-
release
Release release()
The release of which status has changed.- Returns:
- (undocumented)
-
-