Class GlobalVariableUpdatedEvent

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

public class GlobalVariableUpdatedEvent extends Object implements GlobalVariableEvent, scala.Product, Serializable
Event published when a global variable is updated. Currently this event is limited only to situation when the global variable is updated from a script task in a release, using globalVariables dictionary.

param: original a copy of the original global variable. param: updated the updated global variable. As this can only be triggered from a script task, only the variable value can be different. param: source the way it was updated. Currently only ModifiedFromScriptTask is supported.

See Also: