Class FolderVariableUpdatedEvent
java.lang.Object
com.xebialabs.xlrelease.domain.events.FolderVariableUpdatedEvent
- All Implemented Interfaces:
FolderVariableEvent
,VariableEvent
,XLReleaseEvent
,Serializable
,scala.Equals
,scala.Product
public class FolderVariableUpdatedEvent
extends Object
implements FolderVariableEvent, scala.Product, Serializable
Event published when a folder variable is updated.
param: original a copy of the original folder variable.
param: updated the updated folder variable. As this can only be triggered from a script task, only the variable value can be different.
param: source the way it was created. Currently only ModifiedFromScriptTask
is supported.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFolderVariableUpdatedEvent
(Variable original, Variable updated, VariableModificationSource source) -
Method Summary
Modifier and TypeMethodDescriptionstatic FolderVariableUpdatedEvent
apply
(Variable original, Variable updated, VariableModificationSource source) boolean
copy
(Variable original, Variable updated, VariableModificationSource source) boolean
int
hashCode()
original()
int
productElement
(int x$1) productElementName
(int x$1) scala.collection.Iterator<Object>
source()
toString()
static scala.Option<scala.Tuple3<Variable,
Variable, VariableModificationSource>> updated()
username()
void
username_$eq
(String x$1) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface scala.Product
productElementNames
Methods inherited from interface com.xebialabs.xlrelease.domain.events.XLReleaseEvent
timeMs, timestamp
-
Constructor Details
-
FolderVariableUpdatedEvent
public FolderVariableUpdatedEvent(Variable original, Variable updated, VariableModificationSource source)
-
-
Method Details
-
apply
public static FolderVariableUpdatedEvent apply(Variable original, Variable updated, VariableModificationSource source) -
unapply
public static scala.Option<scala.Tuple3<Variable,Variable, unapplyVariableModificationSource>> (FolderVariableUpdatedEvent x$0) -
username
- Specified by:
username
in interfaceXLReleaseEvent
-
username_$eq
- Specified by:
username_$eq
in interfaceXLReleaseEvent
-
original
-
updated
-
source
-
copy
public FolderVariableUpdatedEvent copy(Variable original, Variable updated, VariableModificationSource source) -
copy$default$1
-
copy$default$2
-
copy$default$3
-
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
-