Class TeamUpdatedEvent
java.lang.Object
com.xebialabs.xlrelease.domain.events.TeamUpdatedEvent
- All Implemented Interfaces:
TeamEvent
,XLReleaseEvent
,Serializable
,scala.Equals
,scala.Product
Event published when a team's members or roles are updated.
param: containerId the container id to which the team belongs.
param: original a copy of the original team before the update.
You can use original()
to see which members or roles were added or removed.
param: updated the updated team.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TeamUpdatedEvent
static TeamUpdatedEvent
boolean
boolean
int
hashCode()
original()
int
productElement
(int x$1) productElementName
(int x$1) scala.collection.Iterator<Object>
toString()
unapply
(TeamUpdatedEvent x$0) updated()
username()
void
username_$eq
(String x$1) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
TeamUpdatedEvent
-
-
Method Details
-
apply
-
apply
-
unapply
-
username
- Specified by:
username
in interfaceXLReleaseEvent
-
username_$eq
- Specified by:
username_$eq
in interfaceXLReleaseEvent
-
timestamp
- Specified by:
timestamp
in interfaceXLReleaseEvent
-
containerId
-
original
-
updated
-
copy
-
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
-