Class RepositoryRole

java.lang.Object
sonia.scm.repository.RepositoryRole
All Implemented Interfaces:
com.github.sdorra.ssp.PermissionObject, Serializable, Cloneable, AuditLogEntity, LastModifiedAware, ModelObject, TypedObject, Validateable

@StaticPermissions(value="repositoryRole", permissions={}, globalPermissions="write") public class RepositoryRole extends Object implements ModelObject, com.github.sdorra.ssp.PermissionObject, AuditLogEntity
Custom role with specific permissions related to Repository. This object should be immutable, but could not be due to mapstruct.
See Also: