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:
-
Constructor Summary
ConstructorsConstructorDescriptionGlobalVariableDeletedEvent
(Variable variable, VariableModificationSource source) -
Method Summary
Modifier and TypeMethodDescriptionstatic GlobalVariableDeletedEvent
apply
(Variable variable, VariableModificationSource source) boolean
copy
(Variable variable, VariableModificationSource source) boolean
int
hashCode()
int
productElement
(int x$1) productElementName
(int x$1) scala.collection.Iterator<Object>
source()
toString()
static scala.Option<scala.Tuple2<Variable,
VariableModificationSource>> username()
void
username_$eq
(String x$1) variable()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
GlobalVariableDeletedEvent
-
-
Method Details
-
apply
public static GlobalVariableDeletedEvent apply(Variable variable, VariableModificationSource source) -
unapply
public static scala.Option<scala.Tuple2<Variable,VariableModificationSource>> unapply(GlobalVariableDeletedEvent x$0) -
username
- Specified by:
username
in interfaceXLReleaseEvent
-
username_$eq
- Specified by:
username_$eq
in interfaceXLReleaseEvent
-
timestamp
- Specified by:
timestamp
in interfaceXLReleaseEvent
-
variable
-
source
-
copy
-
copy$default$1
-
copy$default$2
-
productPrefix
- Specified by:
productPrefix
in interfacescala.Product
-
productArity
public int productArity()- Specified by:
productArity
in interfacescala.Product
-
productElement
- Specified by:
productElement
in interfacescala.Product
-
productIterator
- Specified by:
productIterator
in interfacescala.Product
-
canEqual
- Specified by:
canEqual
in interfacescala.Equals
-
productElementName
- Specified by:
productElementName
in interfacescala.Product
-
hashCode
public int hashCode() -
toString
-
equals
-