Class TaskUpdatedEvent
java.lang.Object
com.xebialabs.xlrelease.domain.events.TaskCreatedOrTypeChangedEvent
com.xebialabs.xlrelease.domain.events.TaskUpdatedEvent
- All Implemented Interfaces:
TaskEvent
,XLReleaseEvent
,Serializable
,scala.Equals
,scala.Product
public class TaskUpdatedEvent
extends TaskCreatedOrTypeChangedEvent
implements scala.Product, Serializable
Event published when a task's properties have been updated.
param: original a copy of the task before it was updated.
param: updated the updated copy of the task. You can use original()
to compare which properties have changed.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TaskUpdatedEvent
boolean
boolean
int
hashCode()
original()
int
productElement
(int x$1) productElementName
(int x$1) scala.collection.Iterator<Object>
toString()
unapply
(TaskUpdatedEvent x$0) updated()
Methods inherited from class com.xebialabs.xlrelease.domain.events.TaskCreatedOrTypeChangedEvent
task, timestamp, username, username_$eq
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
TaskUpdatedEvent
-
-
Method Details
-
apply
-
unapply
-
original
-
updated
-
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
-