Interface ChangePermissionOrLabel
- All Superinterfaces:
GerritPermission
- All Known Implementing Classes:
AbstractLabelPermission
,AbstractLabelPermission.WithValue
,ChangePermission
,LabelPermission
,LabelPermission.WithValue
,LabelRemovalPermission
,LabelRemovalPermission.WithValue
-
Method Summary
Modifier and TypeMethodDescriptionA hint that explains under which conditions this permission is permitted.Methods inherited from interface com.google.gerrit.extensions.api.access.GerritPermission
describeForException
-
Method Details
-
hintForException
A hint that explains under which conditions this permission is permitted.This is useful for permissions that are not directly assigned but are indirectly permitted by the user having other permissions or being the change owner.
-