Class ReleaseRestoredEvent
java.lang.Object
com.xebialabs.xlrelease.domain.events.ReleaseRestoredEvent
- All Implemented Interfaces:
ReleaseEvent,XLReleaseEvent,Serializable,scala.Equals,scala.Product
public class ReleaseRestoredEvent
extends Object
implements ReleaseEvent, scala.Product, Serializable
Event published when template has been restored from previous revision.
param: original a copy of the original release or template before update.
param: updated the new updated release or template instance. You can use original() to compare which properties have changed.
param: revisionId id of the revision that was restored.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ReleaseRestoredEventbooleanintbooleaninthashCode()original()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>inttoString()updated()username()voidusername_$eq(String x$1) Methods inherited from interface scala.Product
productElementNamesMethods inherited from interface com.xebialabs.xlrelease.domain.events.XLReleaseEvent
timeMs, timestamp
-
Constructor Details
-
ReleaseRestoredEvent
-
-
Method Details
-
apply
-
unapply
-
username
- Specified by:
usernamein interfaceXLReleaseEvent
-
username_$eq
- Specified by:
username_$eqin interfaceXLReleaseEvent
-
original
-
updated
-
revisionId
public int revisionId() -
copy
-
copy$default$1
-
copy$default$2
-
copy$default$3
public int 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
-