public interface GerritPermission
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
describeEnumValue(java.lang.Enum<?> value) |
java.lang.String |
describeForException()
A description in the context of an exception message.
|
java.lang.String describeForException()
Should be grammatical when used in the construction "not permitted: [description] on
[resource]", although individual PermissionBackend
implementations may vary the
wording.
static java.lang.String describeEnumValue(java.lang.Enum<?> value)