Class GlobalVariableDeletedEvent

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

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

param: variable deleted global variable. param: source the way it was deleted. Currently only ModifiedFromScriptTask is supported.

See Also: