Class TaskCopiedFromEvent
java.lang.Object
com.xebialabs.xlrelease.domain.events.TaskCreatedOrTypeChangedEvent
com.xebialabs.xlrelease.domain.events.TaskCopiedFromEvent
- All Implemented Interfaces:
TaskEvent,XLReleaseEvent,Serializable,scala.Equals,scala.Product
public class TaskCopiedFromEvent
extends TaskCreatedOrTypeChangedEvent
implements scala.Product, Serializable
Event published when a task is copied from another container.
param: taskCopied the created copy of the task. param: sourceContainerType the type of container that the task was copied from. param: sourceContainerTitle the title of the container that the task was copied from. param: sourceTaskTile the title of the source task that was copied.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTaskCopiedFromEvent(Task taskCopied, String sourceContainerType, String sourceContainerTitle) -
Method Summary
Modifier and TypeMethodDescriptionstatic TaskCopiedFromEventbooleanbooleaninthashCode()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>toString()Methods inherited from class com.xebialabs.xlrelease.domain.events.TaskCreatedOrTypeChangedEvent
task, timestamp, username, username_$eqMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
TaskCopiedFromEvent
-
-
Method Details
-
apply
public static TaskCopiedFromEvent apply(Task taskCopied, String sourceContainerType, String sourceContainerTitle) -
unapply
-
taskCopied
-
sourceContainerType
-
sourceContainerTitle
-
copy
public TaskCopiedFromEvent copy(Task taskCopied, String sourceContainerType, String sourceContainerTitle) -
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
-