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 eitherReleaseCompletedEvent
orReleaseAbortedEvent
.
-
-
Method Summary
-
Methods inherited from interface com.xebialabs.xlrelease.domain.events.ReleaseExecutionEvent
release
-
Methods inherited from interface com.xebialabs.xlrelease.domain.events.XLReleaseEvent
timeMs, timestamp, username, username_$eq
-
-