Class GlobalVariableCreatedEvent

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

public class GlobalVariableCreatedEvent extends Object implements GlobalVariableEvent, scala.Product, Serializable
Event published when a global variable is created. 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 created global variable. param: source the way it was created. Currently only ModifiedFromScriptTask is supported.

See Also: