Class ReleaseVariableUpdatedEvent
java.lang.Object
com.xebialabs.xlrelease.domain.events.ReleaseVariableUpdatedEvent
- All Implemented Interfaces:
ReleaseVariableEvent,VariableEvent,XLReleaseEvent,Serializable,scala.Equals,scala.Product
public class ReleaseVariableUpdatedEvent
extends Object
implements ReleaseVariableEvent, scala.Product, Serializable
Event published when a variable is updated in a release.
param: original a copy of the original variable.
param: updated the updated variable. You can use original() to find the changes.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ReleaseVariableUpdatedEventbooleanbooleaninthashCode()original()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object> toString()updated()username()voidusername_$eq(String x$1) Methods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
ReleaseVariableUpdatedEvent
-
-
Method Details
-
apply
-
unapply
public static scala.Option<scala.Tuple2<Variable,Variable>> unapply(ReleaseVariableUpdatedEvent x$0) -
username
- Specified by:
usernamein interfaceXLReleaseEvent
-
username_$eq
- Specified by:
username_$eqin interfaceXLReleaseEvent
-
timestamp
- Specified by:
timestampin interfaceXLReleaseEvent
-
original
-
updated
-
copy
-
copy$default$1
-
copy$default$2
-
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
-