Class GateConditionDeletedEvent

java.lang.Object
com.xebialabs.xlrelease.domain.events.GateConditionDeletedEvent
All Implemented Interfaces:
GateConditionEvent, XLReleaseEvent, Serializable, scala.Equals, scala.Product

public class GateConditionDeletedEvent extends Object implements GateConditionEvent, scala.Product, Serializable
Event published when a gate condition has been deleted. param: task the gate to which the condition belonged. param: gateCondition the gate condition that has been deleted.
See Also:
  • Constructor Details

    • GateConditionDeletedEvent

      public GateConditionDeletedEvent(GateTask task, GateCondition gateCondition)
  • Method Details