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 FolderVariableUpdatedEventapply(Variable original, Variable updated, VariableModificationSource source) booleancopy(Variable original, Variable updated, VariableModificationSource source) booleaninthashCode()original()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>source()toString()static scala.Option<scala.Tuple3<Variable,Variable, VariableModificationSource>> updated()username()voidusername_$eq(String x$1) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Product
productElementNamesMethods 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:
usernamein interfaceXLReleaseEvent
-
username_$eq
- Specified by:
username_$eqin 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:
productPrefixin interfacescala.Product
-
productArity
public int productArity()- Specified by:
productArityin interfacescala.Product
-
productElement
- Specified by:
productElementin interfacescala.Product
-
productIterator
- Specified by:
productIteratorin interfacescala.Product
-
canEqual
- Specified by:
canEqualin interfacescala.Equals
-
productElementName
- Specified by:
productElementNamein interfacescala.Product
-
hashCode
public int hashCode() -
toString
-
equals
-