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 TaskUpdatedEventbooleanbooleaninthashCode()original()intproductElement(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_$eqMethods 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:
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
-