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 TeamUpdatedEventstatic TeamUpdatedEventbooleanbooleaninthashCode()original()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>toString()unapply(TeamUpdatedEvent x$0) updated()username()voidusername_$eq(String x$1) Methods inherited from interface scala.Product
productElementNamesMethods inherited from interface com.xebialabs.xlrelease.domain.events.XLReleaseEvent
timeMs, timestamp
-
Constructor Details
-
TeamUpdatedEvent
-
-
Method Details
-
apply
-
apply
-
unapply
-
username
- Specified by:
usernamein interfaceXLReleaseEvent
-
username_$eq
- Specified by:
username_$eqin interfaceXLReleaseEvent
-
containerId
-
original
-
updated
-
copy
-
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
-