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 TaskCopiedFromEvent
boolean
boolean
int
hashCode()
int
productElement
(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_$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
-
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:
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
-