Class PermissionsUpdatedEvent
java.lang.Object
com.xebialabs.xlrelease.domain.events.PermissionsUpdatedEvent
- All Implemented Interfaces:
PermissionsEvent,XLReleaseEvent,Serializable,scala.Equals,scala.Product
public class PermissionsUpdatedEvent
extends Object
implements PermissionsEvent, scala.Product, Serializable
Event published when permissions of a number of teams were updated in a release or a template.
param: teams the list of teams with their permissions after the update.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PermissionsUpdatedEventbooleanbooleaninthashCode()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object> teams()toString()username()voidusername_$eq(String x$1) Methods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
PermissionsUpdatedEvent
-
-
Method Details
-
apply
-
unapply
-
username
- Specified by:
usernamein interfaceXLReleaseEvent
-
username_$eq
- Specified by:
username_$eqin interfaceXLReleaseEvent
-
timestamp
- Specified by:
timestampin interfaceXLReleaseEvent
-
teams
-
copy
-
copy$default$1
-
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
-