Class ReleaseVariablesUpdatedEvent

java.lang.Object
com.xebialabs.xlrelease.domain.events.ReleaseVariablesUpdatedEvent
All Implemented Interfaces:
ReleaseVariableEvent, VariableEvent, XLReleaseEvent, Serializable, scala.Equals, scala.Product

public class ReleaseVariablesUpdatedEvent extends Object implements ReleaseVariableEvent, scala.Product, Serializable
Event published when a bulk update to release variables has happened. Such an update happens usually after a script task execution in which the releaseVariables dictionary has changed. This update can lead to variables being created, updated and deleted. Note that when this event is published no specific single variable related events are published.

param: originalVariables the list of release variables before the update. param: updatedVariables the list of release variables after the update.

See Also:
  • Constructor Details

    • ReleaseVariablesUpdatedEvent

      public ReleaseVariablesUpdatedEvent(List<Variable> originalVariables, List<Variable> updatedVariables)
  • Method Details