Interface PhaseExecutionEvent
-
- All Superinterfaces:
PhaseEvent
,XLReleaseEvent
- All Known Implementing Classes:
PhaseClosedEvent
,PhaseCompletedEvent
,PhaseFailedEvent
,PhaseRetriedEvent
,PhaseStartedEvent
,PhaseStartedFailingEvent
public interface PhaseExecutionEvent extends PhaseEvent
Common interface for events when the phase status changes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Phase
phase()
The phase of which status has changed.-
Methods inherited from interface com.xebialabs.xlrelease.domain.events.XLReleaseEvent
timeMs, timestamp, username, username_$eq
-
-
-
-
Method Detail
-
phase
Phase phase()
The phase of which status has changed.- Returns:
- (undocumented)
-
-