Class GateConditionUpdatedEvent

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

public class GateConditionUpdatedEvent extends Object implements GateConditionEvent, scala.Product, Serializable
Event published when a gate condition has been updated. param: task the gate task to which the condition belongs. param: original copy of the original gate condition before it was changed. param: updated updated instance of the gate condition. You can use original() to compare the texts of conditions.
See Also: