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

    Modifier and Type
    Method
    Description
    The phase of which status has changed.

    Methods inherited from interface com.xebialabs.xlrelease.domain.events.XLReleaseEvent

    timestamp, username, username_$eq
  • Method Details

    • phase

      Phase phase()
      The phase of which status has changed.
      Returns:
      (undocumented)