Class GateConditionCreatedEvent

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

public class GateConditionCreatedEvent extends Object implements GateConditionEvent, scala.Product, Serializable
Event published when a gate condition is created. param: task the gate task on which the condition was created. param: gateCondition the condition that was created.
See Also:
  • Constructor Details

    • GateConditionCreatedEvent

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